Html Css Color HEX #6CD0CC Downy

📋 copy color: '#6CD0CC'

red 108 ◦ green 208 ◦ blue 204

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

Shades of Downy #6CD0CC

Tints of Downy #6CD0CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.23%

R = 20.77%
G = 40%
B = 39.23%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#6CD0CC (or 0x6CD0CC) is known color: Downy. HEX triplet: 6C, D0 and CC. RGB value is (108,208,204). Sum of RGB (Red+Green+Blue) = 108+208+204=520 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.77% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 208 - color contains mainly: green. Hex color #6CD0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD0CC is #932F33. Grayscale: #B1B1B1. Windows color (decimal): -9645876 or 13422700. OLE color: 13422700.

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

Color convert

RGB 108 208 204 -
CMYK 0.48 0 0.02 0.18
HSL 177.6º 0.52% 0.62% -
HSV(B) 177.6º 0.48% 0.82% -
XYZ 39.64 52.66 65.2 -
YUV 177.64 142.87 78.33 -
System Red Green Blue C M Y K H S L
Decimal 108 208 204 0.48 0 0.02 0.18 177.6 0.52 0.62
Hex 6C D0 CC 30 0 2 12 B2 34 3E
Octal 154 320 314 60 0 2 22 262 64 76
Binary 1101100 11010000 11001100 110000 0 10 10010 10110010 110100 111110

Color Harmonies of #6CD0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CD0CC

Black with #6CD0CC

Text Example


Text Example

White with #6CD0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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