Html Css Color HEX #6DCCB5 Downy

📋 copy color: '#6DCCB5'

red 109 ◦ green 204 ◦ blue 181

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

Shades of Downy #6DCCB5

Tints of Downy #6DCCB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.64%

R = 22.06%
G = 41.3%
B = 36.64%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#6DCCB5 (or 0x6DCCB5) is known color: Downy. HEX triplet: 6D, CC and B5. RGB value is (109,204,181). Sum of RGB (Red+Green+Blue) = 109+204+181=494 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.06% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #6DCCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCCB5 is #92334A. Grayscale: #ACACAC. Windows color (decimal): -9581387 or 11914349. OLE color: 11914349.

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

Color convert

RGB 109 204 181 -
CMYK 0.47 0 0.11 0.2
HSL 165.47º 0.48% 0.61% -
HSV(B) 165.47º 0.47% 0.8% -
XYZ 36.24 49.77 51.41 -
YUV 172.97 132.53 82.37 -
System Red Green Blue C M Y K H S L
Decimal 109 204 181 0.47 0 0.11 0.2 165.47 0.48 0.61
Hex 6D CC B5 2F 0 B 14 A5 30 3D
Octal 155 314 265 57 0 13 24 245 60 75
Binary 1101101 11001100 10110101 101111 0 1011 10100 10100101 110000 111101

Color Harmonies of #6DCCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCCB5

Black with #6DCCB5

Text Example


Text Example

White with #6DCCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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