Color Hex Logo

#6bbffc Color Hex

#6BBFFC
(107,191,252)
0 Favorites   0 Comments

Color spaces of #6bbffc

RGB 107191252
HSL0.570.960.70
HSV205°58°99°
CMYK 0.580.240.00   0.01
XYZ42.264947.415799.0200
Yxy47.41570.22400.2513
Hunter Lab68.8591-10.9421-37.0583
CIE-Lab74.4549-8.2548-37.8123

#6bbffc color RGB value is (107,191,252).

#6bbffc hex color red value is 107, green value is 191 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #6bbffc hue: 0.57 , saturation: 0.96 and the lightness value of 6bbffc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111111 11111100
Octal 153 277 374
Decimal 107 191 252
Hex 6B BF FC

RGB Percentages of Color #6bbffc

%19.45
%34.73
%45.82

CMYK Percentages of Color #6bbffc

%58
%24
%0
%1

Triadic Colors of #6bbffc

#6bbffc #fc6bbf #bffc6b

Analogous Colors of #6bbffc

#6bbffc #6b77fc #6bfcf1

Monochromatic Colors of #6bbffc

#6bbffc

Complementary Color

#6bbffc #fca86b

#6bbffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbffc Color CSS Codes

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

#6bbffc Text Font Color

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

This sample text font color is #6bbffc
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.


#6bbffc Background Color

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

This div background color is #6bbffc


#6bbffc Border Color

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

This div border color is #6bbffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbffc


Comments

No comments written yet.

Please login to write comment.