Html Css Color HEX #6CCCC0 Downy

📋 copy color: '#6CCCC0'

red 108 ◦ green 204 ◦ blue 192

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

Shades of Downy #6CCCC0

Tints of Downy #6CCCC0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.48%

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

R = 21.43%
G = 40.48%
B = 38.1%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#6CCCC0 (or 0x6CCCC0) is known color: Downy. HEX triplet: 6C, CC and C0. RGB value is (108,204,192). Sum of RGB (Red+Green+Blue) = 108+204+192=504 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.43% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCCC0 is #93333F. Grayscale: #ADADAD. Windows color (decimal): -9646912 or 12635244. OLE color: 12635244.

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

Color convert

RGB 108 204 192 -
CMYK 0.47 0 0.06 0.2
HSL 172.5º 0.48% 0.61% -
HSV(B) 172.5º 0.47% 0.8% -
XYZ 37.29 50.18 57.59 -
YUV 173.93 138.2 80.98 -
System Red Green Blue C M Y K H S L
Decimal 108 204 192 0.47 0 0.06 0.2 172.5 0.48 0.61
Hex 6C CC C0 2F 0 6 14 AC 30 3D
Octal 154 314 300 57 0 6 24 254 60 75
Binary 1101100 11001100 11000000 101111 0 110 10100 10101100 110000 111101

Color Harmonies of #6CCCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCCC0

Black with #6CCCC0

Text Example


Text Example

White with #6CCCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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