Html Css Color HEX #6FE4CC Downy

📋 copy color: '#6FE4CC'

red 111 ◦ green 228 ◦ blue 204

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

Shades of Downy #6FE4CC

Tints of Downy #6FE4CC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.99%

 BLUE value IS 204 (80.08% from 255) = 37.57%

R = 20.44%
G = 41.99%
B = 37.57%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#6FE4CC (or 0x6FE4CC) is known color: Downy. HEX triplet: 6F, E4 and CC. RGB value is (111,228,204). Sum of RGB (Red+Green+Blue) = 111+228+204=543 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.44% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 228 - color contains mainly: green. Hex color #6FE4CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE4CC is #901B33. Grayscale: #BEBEBE. Windows color (decimal): -9444148 or 13427823. OLE color: 13427823.

HSL color Cylindrical-coordinate representation of color #6FE4CC: hue angle of 167.69º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FE4CC is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 111 228 204 -
CMYK 0.51 0 0.11 0.11
HSL 167.69º 0.68% 0.66% -
HSV(B) 167.69º 0.51% 0.89% -
XYZ 45.2 63.23 66.95 -
YUV 190.28 135.74 71.45 -
System Red Green Blue C M Y K H S L
Decimal 111 228 204 0.51 0 0.11 0.11 167.69 0.68 0.66
Hex 6F E4 CC 33 0 B B A8 44 42
Octal 157 344 314 63 0 13 13 250 104 102
Binary 1101111 11100100 11001100 110011 0 1011 1011 10101000 1000100 1000010

Color Harmonies of #6FE4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE4CC

Black with #6FE4CC

Text Example


Text Example

White with #6FE4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,228,204); }

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

background-color css

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

 a { background-color: rgb(111,228,204); }

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

border-color css

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

 span { border-color: rgb(111,228,204); }

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