Html Css Color HEX #6CDCC0 Downy

📋 copy color: '#6CDCC0'

red 108 ◦ green 220 ◦ blue 192

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

Shades of Downy #6CDCC0

Tints of Downy #6CDCC0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.31%

 BLUE value IS 192 (75.39% from 255) = 36.92%

R = 20.77%
G = 42.31%
B = 36.92%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#6CDCC0 (or 0x6CDCC0) is known color: Downy. HEX triplet: 6C, DC and C0. RGB value is (108,220,192). Sum of RGB (Red+Green+Blue) = 108+220+192=520 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.77% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #6CDCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDCC0 is #93233F. Grayscale: #B7B7B7. Windows color (decimal): -9642816 or 12639340. OLE color: 12639340.

HSL color Cylindrical-coordinate representation of color #6CDCC0: hue angle of 165º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CDCC0 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 220 192 -
CMYK 0.51 0 0.13 0.14
HSL 165º 0.62% 0.64% -
HSV(B) 165º 0.51% 0.86% -
XYZ 41.29 58.18 58.92 -
YUV 183.32 132.89 74.28 -
System Red Green Blue C M Y K H S L
Decimal 108 220 192 0.51 0 0.13 0.14 165 0.62 0.64
Hex 6C DC C0 33 0 D E A5 3E 40
Octal 154 334 300 63 0 15 16 245 76 100
Binary 1101100 11011100 11000000 110011 0 1101 1110 10100101 111110 1000000

Color Harmonies of #6CDCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDCC0

Black with #6CDCC0

Text Example


Text Example

White with #6CDCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,220,192); }

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

background-color css

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

 a { background-color: rgb(108,220,192); }

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

border-color css

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

 span { border-color: rgb(108,220,192); }

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