Html Css Color HEX #6CD0C3 Downy

📋 copy color: '#6CD0C3'

red 108 ◦ green 208 ◦ blue 195

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

Shades of Downy #6CD0C3

Tints of Downy #6CD0C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.16%

R = 21.14%
G = 40.7%
B = 38.16%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#6CD0C3 (or 0x6CD0C3) is known color: Downy. HEX triplet: 6C, D0 and C3. RGB value is (108,208,195). Sum of RGB (Red+Green+Blue) = 108+208+195=511 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.14% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 208 - color contains mainly: green. Hex color #6CD0C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD0C3 is #932F3C. Grayscale: #B0B0B0. Windows color (decimal): -9645885 or 12832876. OLE color: 12832876.

HSL color Cylindrical-coordinate representation of color #6CD0C3: hue angle of 172.2º 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 #6CD0C3 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 108 208 195 -
CMYK 0.48 0 0.06 0.18
HSL 172.2º 0.52% 0.62% -
HSV(B) 172.2º 0.48% 0.82% -
XYZ 38.59 52.24 59.68 -
YUV 176.62 138.37 79.06 -
System Red Green Blue C M Y K H S L
Decimal 108 208 195 0.48 0 0.06 0.18 172.2 0.52 0.62
Hex 6C D0 C3 30 0 6 12 AC 34 3E
Octal 154 320 303 60 0 6 22 254 64 76
Binary 1101100 11010000 11000011 110000 0 110 10010 10101100 110100 111110

Color Harmonies of #6CD0C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CD0C3

Black with #6CD0C3

Text Example


Text Example

White with #6CD0C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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