Html Css Color HEX #6DCCCD Downy

📋 copy color: '#6DCCCD'

red 109 ◦ green 204 ◦ blue 205

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

Shades of Downy #6DCCCD

Tints of Downy #6DCCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.58%

R = 21.04%
G = 39.38%
B = 39.58%

CMYK

 C value IS 0.47

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6DCCCD (or 0x6DCCCD) is known color: Downy. HEX triplet: 6D, CC and CD. RGB value is (109,204,205). Sum of RGB (Red+Green+Blue) = 109+204+205=518 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.04% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #6DCCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCCCD is #923332. Grayscale: #AFAFAF. Windows color (decimal): -9581363 or 13487213. OLE color: 13487213.

HSL color Cylindrical-coordinate representation of color #6DCCCD: hue angle of 180.62º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCCCD is Cyan = 0.47, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 204 205 -
CMYK 0.47 0.00 0 0.20
HSL 180.63º 0.49% 0.62% -
HSV(B) 180.63º 0.47% 0.8% -
XYZ 38.92 50.84 65.52 -
YUV 175.71 144.53 80.42 -
System Red Green Blue C M Y K H S L
Decimal 109 204 205 0.47 0.00 0 0.20 180.63 0.49 0.62
Hex 6D CC CD 2F 0 0 14 B5 31 3E
Octal 155 314 315 57 0 0 24 265 61 76
Binary 1101101 11001100 11001101 101111 0 0 10100 10110101 110001 111110

Color Harmonies of #6DCCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCCCD

Black with #6DCCCD

Text Example


Text Example

White with #6DCCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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