Html Css Color HEX #6CCDCC Downy

📋 copy color: '#6CCDCC'

red 108 ◦ green 205 ◦ blue 204

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

Shades of Downy #6CCDCC

Tints of Downy #6CCDCC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.65%

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

R = 20.89%
G = 39.65%
B = 39.46%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#6CCDCC (or 0x6CCDCC) is known color: Downy. HEX triplet: 6C, CD and CC. RGB value is (108,205,204). Sum of RGB (Red+Green+Blue) = 108+205+204=517 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.89% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCDCC is #933233. Grayscale: #AFAFAF. Windows color (decimal): -9646644 or 13421932. OLE color: 13421932.

HSL color Cylindrical-coordinate representation of color #6CCDCC: hue angle of 179.38º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CCDCC is Cyan = 0.47, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 108 205 204 -
CMYK 0.47 0 0.00 0.20
HSL 179.38º 0.49% 0.61% -
HSV(B) 179.38º 0.47% 0.8% -
XYZ 38.91 51.21 64.96 -
YUV 175.88 143.86 79.58 -
System Red Green Blue C M Y K H S L
Decimal 108 205 204 0.47 0 0.00 0.20 179.38 0.49 0.61
Hex 6C CD CC 2F 0 0 14 B3 31 3D
Octal 154 315 314 57 0 0 24 263 61 75
Binary 1101100 11001101 11001100 101111 0 0 10100 10110011 110001 111101

Color Harmonies of #6CCDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCDCC

Black with #6CCDCC

Text Example


Text Example

White with #6CCDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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