Html Css Color HEX #6CD0C9 Downy

📋 copy color: '#6CD0C9'

red 108 ◦ green 208 ◦ blue 201

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

Shades of Downy #6CD0C9

Tints of Downy #6CD0C9

RGB

 RED value IS 108 (42.58% from 255) = 20.89%

 GREEN value IS 208 (81.64% from 255) = 40.23%

 BLUE value IS 201 (78.91% from 255) = 38.88%

R = 20.89%
G = 40.23%
B = 38.88%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#6CD0C9 (or 0x6CD0C9) is known color: Downy. HEX triplet: 6C, D0 and C9. RGB value is (108,208,201). Sum of RGB (Red+Green+Blue) = 108+208+201=517 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.89% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 208 - color contains mainly: green. Hex color #6CD0C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD0C9 is #932F36. Grayscale: #B1B1B1. Windows color (decimal): -9645879 or 13226092. OLE color: 13226092.

HSL color Cylindrical-coordinate representation of color #6CD0C9: hue angle of 175.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CD0C9 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 108 208 201 -
CMYK 0.48 0 0.03 0.18
HSL 175.8º 0.52% 0.62% -
HSV(B) 175.8º 0.48% 0.82% -
XYZ 39.28 52.52 63.32 -
YUV 177.3 141.37 78.57 -
System Red Green Blue C M Y K H S L
Decimal 108 208 201 0.48 0 0.03 0.18 175.8 0.52 0.62
Hex 6C D0 C9 30 0 3 12 B0 34 3E
Octal 154 320 311 60 0 3 22 260 64 76
Binary 1101100 11010000 11001001 110000 0 11 10010 10110000 110100 111110

Color Harmonies of #6CD0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CD0C9

Black with #6CD0C9

Text Example


Text Example

White with #6CD0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,208,201); }

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

background-color css

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

 a { background-color: rgb(108,208,201); }

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

border-color css

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

 span { border-color: rgb(108,208,201); }

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