Html Css Color HEX #6DCCCE Downy

📋 copy color: '#6DCCCE'

red 109 ◦ green 204 ◦ blue 206

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

Shades of Downy #6DCCCE

Tints of Downy #6DCCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.69%

R = 21%
G = 39.31%
B = 39.69%

CMYK

 C value IS 0.47

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6DCCCE (or 0x6DCCCE) is known color: Downy. HEX triplet: 6D, CC and CE. RGB value is (109,204,206). Sum of RGB (Red+Green+Blue) = 109+204+206=519 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.00% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #6DCCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCCCE is #923331. Grayscale: #AFAFAF. Windows color (decimal): -9581362 or 13552749. OLE color: 13552749.

HSL color Cylindrical-coordinate representation of color #6DCCCE: hue angle of 181.24º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCCCE is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 204 206 -
CMYK 0.47 0.01 0 0.19
HSL 181.24º 0.5% 0.62% -
HSV(B) 181.24º 0.47% 0.81% -
XYZ 39.04 50.89 66.16 -
YUV 175.82 145.03 80.34 -
System Red Green Blue C M Y K H S L
Decimal 109 204 206 0.47 0.01 0 0.19 181.24 0.5 0.62
Hex 6D CC CE 2F 1 0 13 B5 32 3E
Octal 155 314 316 57 1 0 23 265 62 76
Binary 1101101 11001100 11001110 101111 1 0 10011 10110101 110010 111110

Color Harmonies of #6DCCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCCCE

Black with #6DCCCE

Text Example


Text Example

White with #6DCCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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