Html Css Color HEX #6DCACC Downy

📋 copy color: '#6DCACC'

red 109 ◦ green 202 ◦ blue 204

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

Shades of Downy #6DCACC

Tints of Downy #6DCACC

RGB

 RED value IS 109 (42.97% from 255) = 21.17%

 GREEN value IS 202 (79.3% from 255) = 39.22%

 BLUE value IS 204 (80.08% from 255) = 39.61%

R = 21.17%
G = 39.22%
B = 39.61%

CMYK

 C value IS 0.47

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6DCACC (or 0x6DCACC) is known color: Downy. HEX triplet: 6D, CA and CC. RGB value is (109,202,204). Sum of RGB (Red+Green+Blue) = 109+202+204=515 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.17% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #6DCACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCACC is #923533. Grayscale: #AEAEAE. Windows color (decimal): -9581876 or 13421165. OLE color: 13421165.

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

Color convert

RGB 109 202 204 -
CMYK 0.47 0.01 0 0.2
HSL 181.26º 0.48% 0.61% -
HSV(B) 181.26º 0.47% 0.8% -
XYZ 38.33 49.85 64.73 -
YUV 174.42 144.69 81.34 -
System Red Green Blue C M Y K H S L
Decimal 109 202 204 0.47 0.01 0 0.2 181.26 0.48 0.61
Hex 6D CA CC 2F 1 0 14 B5 30 3D
Octal 155 312 314 57 1 0 24 265 60 75
Binary 1101101 11001010 11001100 101111 1 0 10100 10110101 110000 111101

Color Harmonies of #6DCACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCACC

Black with #6DCACC

Text Example


Text Example

White with #6DCACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,202,204); }

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

background-color css

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

 a { background-color: rgb(109,202,204); }

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

border-color css

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

 span { border-color: rgb(109,202,204); }

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