Html Css Color HEX #6DCCB8 Downy

📋 copy color: '#6DCCB8'

red 109 ◦ green 204 ◦ blue 184

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

Shades of Downy #6DCCB8

Tints of Downy #6DCCB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.02%

R = 21.93%
G = 41.05%
B = 37.02%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#6DCCB8 (or 0x6DCCB8) is known color: Downy. HEX triplet: 6D, CC and B8. RGB value is (109,204,184). Sum of RGB (Red+Green+Blue) = 109+204+184=497 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.93% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 184 (72.27% from 255 or 37.02% from 497); Max value from RGB is 204 - color contains mainly: green. Hex color #6DCCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCCB8 is #923347. Grayscale: #ADADAD. Windows color (decimal): -9581384 or 12110957. OLE color: 12110957.

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

Color convert

RGB 109 204 184 -
CMYK 0.47 0 0.10 0.2
HSL 167.37º 0.48% 0.61% -
HSV(B) 167.37º 0.47% 0.8% -
XYZ 36.55 49.9 53.05 -
YUV 173.32 134.03 82.13 -
System Red Green Blue C M Y K H S L
Decimal 109 204 184 0.47 0 0.10 0.2 167.37 0.48 0.61
Hex 6D CC B8 2F 0 A 14 A7 30 3D
Octal 155 314 270 57 0 12 24 247 60 75
Binary 1101101 11001100 10111000 101111 0 1010 10100 10100111 110000 111101

Color Harmonies of #6DCCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCCB8

Black with #6DCCB8

Text Example


Text Example

White with #6DCCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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