Html Css Color HEX #6CD2BD Downy

📋 copy color: '#6CD2BD'

red 108 ◦ green 210 ◦ blue 189

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

Shades of Downy #6CD2BD

Tints of Downy #6CD2BD

RGB

 RED value IS 108 (42.58% from 255) = 21.3%

 GREEN value IS 210 (82.42% from 255) = 41.42%

 BLUE value IS 189 (74.22% from 255) = 37.28%

R = 21.3%
G = 41.42%
B = 37.28%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#6CD2BD (or 0x6CD2BD) is known color: Downy. HEX triplet: 6C, D2 and BD. RGB value is (108,210,189). Sum of RGB (Red+Green+Blue) = 108+210+189=507 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.30% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 210 - color contains mainly: green. Hex color #6CD2BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD2BD is #932D42. Grayscale: #B1B1B1. Windows color (decimal): -9645379 or 12440172. OLE color: 12440172.

HSL color Cylindrical-coordinate representation of color #6CD2BD: hue angle of 167.65º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6CD2BD is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 108 210 189 -
CMYK 0.49 0 0.10 0.18
HSL 167.65º 0.53% 0.62% -
HSV(B) 167.65º 0.49% 0.82% -
XYZ 38.42 52.96 56.34 -
YUV 177.11 134.71 78.71 -
System Red Green Blue C M Y K H S L
Decimal 108 210 189 0.49 0 0.10 0.18 167.65 0.53 0.62
Hex 6C D2 BD 31 0 A 12 A8 35 3E
Octal 154 322 275 61 0 12 22 250 65 76
Binary 1101100 11010010 10111101 110001 0 1010 10010 10101000 110101 111110

Color Harmonies of #6CD2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CD2BD

Black with #6CD2BD

Text Example


Text Example

White with #6CD2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,210,189); }

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

background-color css

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

 a { background-color: rgb(108,210,189); }

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

border-color css

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

 span { border-color: rgb(108,210,189); }

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