Html Css Color HEX #6BFFE6 Baby Blue

📋 copy color: '#6BFFE6'

red 107 ◦ green 255 ◦ blue 230

#6BFFE6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baby Blue #6BFFE6

Tints of Baby Blue #6BFFE6

RGB

 RED value IS 107 (42.19% from 255) = 18.07%

 GREEN value IS 255 (100% from 255) = 43.07%

 BLUE value IS 230 (90.23% from 255) = 38.85%

R = 18.07%
G = 43.07%
B = 38.85%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#6BFFE6 (or 0x6BFFE6) is known color: Baby Blue. HEX triplet: 6B, FF and E6. RGB value is (107,255,230). Sum of RGB (Red+Green+Blue) = 107+255+230=592 (78% of max value = 765). Red value is 107 (42.19% from 255 or 18.07% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 230 (90.23% from 255 or 38.85% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFFE6 is #940019. Grayscale: #CFCFCF. Windows color (decimal): -9699354 or 15138667. OLE color: 15138667.

HSL color Cylindrical-coordinate representation of color #6BFFE6: hue angle of 169.86º 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 #6BFFE6 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB 107 255 230 -
CMYK 0.58 0 0.10 0
HSL 169.86º 1% 0.71% -
HSV(B) 169.86º 0.58% 1% -
XYZ 56.11 80.36 87.42 -
YUV 207.9 140.47 56.03 -
System Red Green Blue C M Y K H S L
Decimal 107 255 230 0.58 0 0.10 0 169.86 1 0.71
Hex 6B FF E6 3A 0 A 0 AA 64 47
Octal 153 377 346 72 0 12 0 252 144 107
Binary 1101011 11111111 11100110 111010 0 1010 0 10101010 1100100 1000111

Color Harmonies of #6BFFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFFE6

Black with #6BFFE6

Text Example


Text Example

White with #6BFFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6BFFE6;
 }
 .AnyTagClassName
 {
   color: #6BFFE6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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