#6BF9F6

Color #6BF9F6 Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #6BF9F6

Tints of Baby Blue #6BF9F6

Color information

#6BF9F6 (or 0x6BF9F6) is unknown color: approx Baby Blue. HEX triplet: 6B, F9 and F6. RGB value is (107,249,246). Sum of RGB (Red+Green+Blue) = 107+249+246=602 (79% of max value = 765). Red value is 107 (42.19% from 255 or 17.77% from 602); Green value is 249 (97.66% from 255 or 41.36% from 602); Blue value is 246 (96.48% from 255 or 40.86% from 602); Max value from RGB is 249 - color contains mainly: green. Hex color #6BF9F6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BF9F6 is #940609. Grayscale: #CECECE. Windows color (decimal): -9700874 or 16185707. OLE color: 16185707.

HSL color Cylindrical-coordinate representation of color #6BF9F6: hue angle of 178.73º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BF9F6 is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB107249246-
CMYK0.5700.010.02
HSL178.73º92.21%69.8%-
HSV(B)178.73º57.03%97.65%-
XYZ56.5777.5399.17-
YUV206.2150.4657.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 17.77%
GREEN value IS 249 (97.66% from 255) = 41.36%
BLUE value IS 246 (96.48% from 255) = 40.86%
R=17.77%
G=41.36%
B=40.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1072492460.5700.010.02178.7392.2169.8
Hex6BF9F639012b35c46
Octal15337136671012263134106
Binary1101011111110011111011011100101101011001110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BF9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6BF9F6; }

 p { color: rgb(107,249,246); }

 H1.HeaderClassName
 {
   color: #6BF9F6;
 }
 .AnyTagClassName
 {
   color: #6BF9F6;
 }
</style>
background-color css

<style>
 a { background-color: #6BF9F6; }

 a { background-color: rgb(107,249,246); }

 div.DivClassName
 {
   background-color: #6BF9F6;
 }
 .BgClassName
 {
   background-color: #6BF9F6;
 }
</style>
border-color css

<style>
 span { border-color: #6BF9F6; }

 span { border-color: rgb(107,249,246); }

 td.TdClassName
 {
   border-color: #6BF9F6;
 }
 .TagClassName
 {
   border-color: #6BF9F6;
 }
</style>