Html Css Color HEX #6FDED0 Downy

📋 copy color: '#6FDED0'

red 111 ◦ green 222 ◦ blue 208

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

Shades of Downy #6FDED0

Tints of Downy #6FDED0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.04%

 BLUE value IS 208 (81.64% from 255) = 38.45%

R = 20.52%
G = 41.04%
B = 38.45%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#6FDED0 (or 0x6FDED0) is known color: Downy. HEX triplet: 6F, DE and D0. RGB value is (111,222,208). Sum of RGB (Red+Green+Blue) = 111+222+208=541 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.52% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 208 (81.64% from 255 or 38.45% from 541); Max value from RGB is 222 - color contains mainly: green. Hex color #6FDED0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDED0 is #90212F. Grayscale: #BBBBBB. Windows color (decimal): -9445680 or 13688431. OLE color: 13688431.

HSL color Cylindrical-coordinate representation of color #6FDED0: hue angle of 172.43º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDED0 is Cyan = 0.5, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 222 208 -
CMYK 0.5 0 0.06 0.13
HSL 172.43º 0.63% 0.65% -
HSV(B) 172.43º 0.5% 0.87% -
XYZ 44.06 60.18 68.97 -
YUV 187.22 139.73 73.64 -
System Red Green Blue C M Y K H S L
Decimal 111 222 208 0.5 0 0.06 0.13 172.43 0.63 0.65
Hex 6F DE D0 32 0 6 D AC 3F 41
Octal 157 336 320 62 0 6 15 254 77 101
Binary 1101111 11011110 11010000 110010 0 110 1101 10101100 111111 1000001

Color Harmonies of #6FDED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDED0

Black with #6FDED0

Text Example


Text Example

White with #6FDED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,222,208); }

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

background-color css

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

 a { background-color: rgb(111,222,208); }

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

border-color css

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

 span { border-color: rgb(111,222,208); }

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