Html Css Color HEX #6CCCC4 Downy

📋 copy color: '#6CCCC4'

red 108 ◦ green 204 ◦ blue 196

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

Shades of Downy #6CCCC4

Tints of Downy #6CCCC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.58%

R = 21.26%
G = 40.16%
B = 38.58%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#6CCCC4 (or 0x6CCCC4) is known color: Downy. HEX triplet: 6C, CC and C4. RGB value is (108,204,196). Sum of RGB (Red+Green+Blue) = 108+204+196=508 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.26% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 196 (76.95% from 255 or 38.58% from 508); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCCC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCCC4 is #93333B. Grayscale: #AEAEAE. Windows color (decimal): -9646908 or 12897388. OLE color: 12897388.

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

Color convert

RGB 108 204 196 -
CMYK 0.47 0 0.04 0.2
HSL 175º 0.48% 0.61% -
HSV(B) 175º 0.47% 0.8% -
XYZ 37.74 50.36 59.96 -
YUV 174.38 140.2 80.65 -
System Red Green Blue C M Y K H S L
Decimal 108 204 196 0.47 0 0.04 0.2 175 0.48 0.61
Hex 6C CC C4 2F 0 4 14 AF 30 3D
Octal 154 314 304 57 0 4 24 257 60 75
Binary 1101100 11001100 11000100 101111 0 100 10100 10101111 110000 111101

Color Harmonies of #6CCCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCCC4

Black with #6CCCC4

Text Example


Text Example

White with #6CCCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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