Html Css Color HEX #6DCBCC Downy

📋 copy color: '#6DCBCC'

red 109 ◦ green 203 ◦ blue 204

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

Shades of Downy #6DCBCC

Tints of Downy #6DCBCC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.34%

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

R = 21.12%
G = 39.34%
B = 39.53%

CMYK

 C value IS 0.47

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6DCBCC (or 0x6DCBCC) is known color: Downy. HEX triplet: 6D, CB and CC. RGB value is (109,203,204). Sum of RGB (Red+Green+Blue) = 109+203+204=516 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.12% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #6DCBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCBCC is #923433. Grayscale: #AEAEAE. Windows color (decimal): -9581620 or 13421421. OLE color: 13421421.

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

Color convert

RGB 109 203 204 -
CMYK 0.47 0.00 0 0.2
HSL 180.63º 0.48% 0.61% -
HSV(B) 180.63º 0.47% 0.8% -
XYZ 38.56 50.32 64.81 -
YUV 175.01 144.36 80.92 -
System Red Green Blue C M Y K H S L
Decimal 109 203 204 0.47 0.00 0 0.2 180.63 0.48 0.61
Hex 6D CB CC 2F 0 0 14 B5 30 3D
Octal 155 313 314 57 0 0 24 265 60 75
Binary 1101101 11001011 11001100 101111 0 0 10100 10110101 110000 111101

Color Harmonies of #6DCBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCBCC

Black with #6DCBCC

Text Example


Text Example

White with #6DCBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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