Html Css Color HEX #6DCBCD Downy

📋 copy color: '#6DCBCD'

red 109 ◦ green 203 ◦ blue 205

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

Shades of Downy #6DCBCD

Tints of Downy #6DCBCD

RGB

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

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

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

R = 21.08%
G = 39.26%
B = 39.65%

CMYK

 C value IS 0.47

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6DCBCD (or 0x6DCBCD) is known color: Downy. HEX triplet: 6D, CB and CD. RGB value is (109,203,205). Sum of RGB (Red+Green+Blue) = 109+203+205=517 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.08% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #6DCBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCBCD is #923432. Grayscale: #AFAFAF. Windows color (decimal): -9581619 or 13486957. OLE color: 13486957.

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

Color convert

RGB 109 203 205 -
CMYK 0.47 0.01 0 0.20
HSL 181.25º 0.49% 0.62% -
HSV(B) 181.25º 0.47% 0.8% -
XYZ 38.68 50.37 65.44 -
YUV 175.12 144.86 80.84 -
System Red Green Blue C M Y K H S L
Decimal 109 203 205 0.47 0.01 0 0.20 181.25 0.49 0.62
Hex 6D CB CD 2F 1 0 14 B5 31 3E
Octal 155 313 315 57 1 0 24 265 61 76
Binary 1101101 11001011 11001101 101111 1 0 10100 10110101 110001 111110

Color Harmonies of #6DCBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCBCD

Black with #6DCBCD

Text Example


Text Example

White with #6DCBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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