Html Css Color HEX #6FF2E6 Baby Blue

📋 copy color: '#6FF2E6'

red 111 ◦ green 242 ◦ blue 230

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

Shades of Baby Blue #6FF2E6

Tints of Baby Blue #6FF2E6

RGB

 RED value IS 111 (43.75% from 255) = 19.04%

 GREEN value IS 242 (94.92% from 255) = 41.51%

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

R = 19.04%
G = 41.51%
B = 39.45%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#6FF2E6 (or 0x6FF2E6) is known color: Baby Blue. HEX triplet: 6F, F2 and E6. RGB value is (111,242,230). Sum of RGB (Red+Green+Blue) = 111+242+230=583 (77% of max value = 765). Red value is 111 (43.75% from 255 or 19.04% from 583); Green value is 242 (94.92% from 255 or 41.51% from 583); Blue value is 230 (90.23% from 255 or 39.45% from 583); Max value from RGB is 242 - color contains mainly: green. Hex color #6FF2E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FF2E6 is #900D19. Grayscale: #C9C9C9. Windows color (decimal): -9440538 or 15135343. OLE color: 15135343.

HSL color Cylindrical-coordinate representation of color #6FF2E6: hue angle of 174.5º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FF2E6 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 111 242 230 -
CMYK 0.54 0 0.05 0.05
HSL 174.5º 0.83% 0.69% -
HSV(B) 174.5º 0.54% 0.95% -
XYZ 52.59 72.6 86.1 -
YUV 201.46 144.1 63.48 -
System Red Green Blue C M Y K H S L
Decimal 111 242 230 0.54 0 0.05 0.05 174.5 0.83 0.69
Hex 6F F2 E6 36 0 5 5 AF 53 45
Octal 157 362 346 66 0 5 5 257 123 105
Binary 1101111 11110010 11100110 110110 0 101 101 10101111 1010011 1000101

Color Harmonies of #6FF2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FF2E6

Black with #6FF2E6

Text Example


Text Example

White with #6FF2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,242,230); }

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

background-color css

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

 a { background-color: rgb(111,242,230); }

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

border-color css

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

 span { border-color: rgb(111,242,230); }

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