Html Css Color HEX #6CCCC5 Downy

📋 copy color: '#6CCCC5'

red 108 ◦ green 204 ◦ blue 197

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

Shades of Downy #6CCCC5

Tints of Downy #6CCCC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.7%

R = 21.22%
G = 40.08%
B = 38.7%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#6CCCC5 (or 0x6CCCC5) is known color: Downy. HEX triplet: 6C, CC and C5. RGB value is (108,204,197). Sum of RGB (Red+Green+Blue) = 108+204+197=509 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.22% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 197 (77.34% from 255 or 38.70% from 509); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCCC5 is #93333A. Grayscale: #AEAEAE. Windows color (decimal): -9646907 or 12962924. OLE color: 12962924.

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

Color convert

RGB 108 204 197 -
CMYK 0.47 0 0.03 0.2
HSL 175.63º 0.48% 0.61% -
HSV(B) 175.63º 0.47% 0.8% -
XYZ 37.86 50.41 60.56 -
YUV 174.5 140.7 80.57 -
System Red Green Blue C M Y K H S L
Decimal 108 204 197 0.47 0 0.03 0.2 175.63 0.48 0.61
Hex 6C CC C5 2F 0 3 14 B0 30 3D
Octal 154 314 305 57 0 3 24 260 60 75
Binary 1101100 11001100 11000101 101111 0 11 10100 10110000 110000 111101

Color Harmonies of #6CCCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCCC5

Black with #6CCCC5

Text Example


Text Example

White with #6CCCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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