Html Css Color HEX #6CCCB6 Downy

📋 copy color: '#6CCCB6'

red 108 ◦ green 204 ◦ blue 182

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

Shades of Downy #6CCCB6

Tints of Downy #6CCCB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.84%

R = 21.86%
G = 41.3%
B = 36.84%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#6CCCB6 (or 0x6CCCB6) is known color: Downy. HEX triplet: 6C, CC and B6. RGB value is (108,204,182). Sum of RGB (Red+Green+Blue) = 108+204+182=494 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.86% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 182 (71.48% from 255 or 36.84% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCCB6 is #933349. Grayscale: #ACACAC. Windows color (decimal): -9646922 or 11979884. OLE color: 11979884.

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

Color convert

RGB 108 204 182 -
CMYK 0.47 0 0.11 0.2
HSL 166.25º 0.48% 0.61% -
HSV(B) 166.25º 0.47% 0.8% -
XYZ 36.22 49.75 51.95 -
YUV 172.79 133.2 81.79 -
System Red Green Blue C M Y K H S L
Decimal 108 204 182 0.47 0 0.11 0.2 166.25 0.48 0.61
Hex 6C CC B6 2F 0 B 14 A6 30 3D
Octal 154 314 266 57 0 13 24 246 60 75
Binary 1101100 11001100 10110110 101111 0 1011 10100 10100110 110000 111101

Color Harmonies of #6CCCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCCB6

Black with #6CCCB6

Text Example


Text Example

White with #6CCCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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