Html Css Color HEX #6FD3CE Downy

📋 copy color: '#6FD3CE'

red 111 ◦ green 211 ◦ blue 206

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

Shades of Downy #6FD3CE

Tints of Downy #6FD3CE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.96%

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

R = 21.02%
G = 39.96%
B = 39.02%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#6FD3CE (or 0x6FD3CE) is known color: Downy. HEX triplet: 6F, D3 and CE. RGB value is (111,211,206). Sum of RGB (Red+Green+Blue) = 111+211+206=528 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.02% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 211 - color contains mainly: green. Hex color #6FD3CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD3CE is #902C31. Grayscale: #B4B4B4. Windows color (decimal): -9448498 or 13554543. OLE color: 13554543.

HSL color Cylindrical-coordinate representation of color #6FD3CE: hue angle of 177º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FD3CE is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 111 211 206 -
CMYK 0.47 0 0.02 0.17
HSL 177º 0.53% 0.63% -
HSV(B) 177º 0.47% 0.83% -
XYZ 40.99 54.42 66.74 -
YUV 180.53 142.37 78.41 -
System Red Green Blue C M Y K H S L
Decimal 111 211 206 0.47 0 0.02 0.17 177 0.53 0.63
Hex 6F D3 CE 2F 0 2 11 B1 35 3F
Octal 157 323 316 57 0 2 21 261 65 77
Binary 1101111 11010011 11001110 101111 0 10 10001 10110001 110101 111111

Color Harmonies of #6FD3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD3CE

Black with #6FD3CE

Text Example


Text Example

White with #6FD3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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