Color Hex Logo

#6bbeff Color Hex

#6BBEFF
(107,190,255)
0 Favorites   0 Comments

Color spaces of #6bbeff

RGB 107190255
HSL0.571.000.71
HSV206°58°100°
CMYK 0.580.250.00   0.00
XYZ42.526947.1727101.4716
Yxy47.17270.22250.2468
Hunter Lab68.6824-9.6702-39.5176
CIE-Lab74.3001-6.8006-39.6653

#6bbeff color RGB value is (107,190,255).

#6bbeff hex color red value is 107, green value is 190 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6bbeff hue: 0.57 , saturation: 1.00 and the lightness value of 6bbeff is 0.71.

The process color (four color CMYK) of #6bbeff color hex is 0.58, 0.25, 0.00, 0.00. Web safe color of #6bbeff is #66ccff. Color #6bbeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111110 11111111
Octal 153 276 377
Decimal 107 190 255
Hex 6B BE FF

RGB Percentages of Color #6bbeff

%19.38
%34.42
%46.20

CMYK Percentages of Color #6bbeff

%58
%25
%0
%0

Triadic Colors of #6bbeff

#6bbeff #ff6bbe #beff6b

Analogous Colors of #6bbeff

#6bbeff #6b74ff #6bfff6

Monochromatic Colors of #6bbeff

#6bbeff

Complementary Color

#6bbeff #ffac6b

#6bbeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbeff Color CSS Codes

.mybgcolor {background-color:#6bbeff; } 
.myforecolor {color:#6bbeff; }
.mybordercolor {border:3px solid #6bbeff; }

#6bbeff Text Font Color

<p style="color:#6bbeff">Text here</p>

This sample text font color is #6bbeff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6bbeff Background Color

<div style="background-color:#6bbeff">
Div content here</div>

This div background color is #6bbeff


#6bbeff Border Color

<div style="border:3px solid #6bbeff">
Div here</div>

This div border color is #6bbeff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,190,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6bbeff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6bbeff;
  -webkit-box-shadow: 1px 1px 3px 2px #6bbeff;
  box-shadow:         1px 1px 3px 2px #6bbeff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,190,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6bbeff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6bbeff;
  -webkit-box-shadow: 1px 1px 3px 2px #6bbeff;
  box-shadow:         1px 1px 3px 2px #6bbeff;">
Div content here</div>

This div box has shadow with color #6bbeff

Related Colors


Comments

No comments written yet.

Please login to write comment.