#6BF6FF

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

Shades of Baby Blue #6BF6FF

Tints of Baby Blue #6BF6FF

Color information

#6BF6FF (or 0x6BF6FF) is unknown color: approx Baby Blue. HEX triplet: 6B, F6 and FF. RGB value is (107,246,255). Sum of RGB (Red+Green+Blue) = 107+246+255=608 (80% of max value = 765). Red value is 107 (42.19% from 255 or 17.60% from 608); Green value is 246 (96.48% from 255 or 40.46% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #6BF6FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BF6FF is #940900. Grayscale: #CDCDCD. Windows color (decimal): -9701633 or 16774763. OLE color: 16774763.

HSL color Cylindrical-coordinate representation of color #6BF6FF: hue angle of 183.65º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BF6FF is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB107246255-
CMYK0.580.0400
HSL183.65º100%70.98%-
HSV(B)183.65º58.04%100%-
XYZ57.0776.26106.32-
YUV205.46155.9557.77-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 17.60%
GREEN value IS 246 (96.48% from 255) = 40.46%
BLUE value IS 255 (100% from 255) = 41.94%
R=17.60%
G=40.46%
B=41.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1072462550.580.0400183.6510070.98
Hex6BF6FF3A400b86447
Octal15336637772400270144107
Binary11010111111011011111111111010100001011100011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BF6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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