Html Css Color HEX #6FE1CE Downy

📋 copy color: '#6FE1CE'

red 111 ◦ green 225 ◦ blue 206

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

Shades of Downy #6FE1CE

Tints of Downy #6FE1CE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.51%

 BLUE value IS 206 (80.86% from 255) = 38.01%

R = 20.48%
G = 41.51%
B = 38.01%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#6FE1CE (or 0x6FE1CE) is known color: Downy. HEX triplet: 6F, E1 and CE. RGB value is (111,225,206). Sum of RGB (Red+Green+Blue) = 111+225+206=542 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.48% from 542); Green value is 225 (88.28% from 255 or 41.51% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 225 - color contains mainly: green. Hex color #6FE1CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE1CE is #901E31. Grayscale: #BCBCBC. Windows color (decimal): -9444914 or 13558127. OLE color: 13558127.

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

Color convert

RGB 111 225 206 -
CMYK 0.51 0 0.08 0.12
HSL 170º 0.66% 0.66% -
HSV(B) 170º 0.51% 0.88% -
XYZ 44.62 61.69 67.95 -
YUV 188.75 137.73 72.54 -
System Red Green Blue C M Y K H S L
Decimal 111 225 206 0.51 0 0.08 0.12 170 0.66 0.66
Hex 6F E1 CE 33 0 8 C AA 42 42
Octal 157 341 316 63 0 10 14 252 102 102
Binary 1101111 11100001 11001110 110011 0 1000 1100 10101010 1000010 1000010

Color Harmonies of #6FE1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE1CE

Black with #6FE1CE

Text Example


Text Example

White with #6FE1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,225,206); }

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

background-color css

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

 a { background-color: rgb(111,225,206); }

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

border-color css

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

 span { border-color: rgb(111,225,206); }

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