Html Css Color HEX #6CDEBD Downy

📋 copy color: '#6CDEBD'

red 108 ◦ green 222 ◦ blue 189

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

Shades of Downy #6CDEBD

Tints of Downy #6CDEBD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.77%

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

R = 20.81%
G = 42.77%
B = 36.42%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#6CDEBD (or 0x6CDEBD) is known color: Downy. HEX triplet: 6C, DE and BD. RGB value is (108,222,189). Sum of RGB (Red+Green+Blue) = 108+222+189=519 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.81% from 519); Green value is 222 (87.11% from 255 or 42.77% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 222 - color contains mainly: green. Hex color #6CDEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDEBD is #932142. Grayscale: #B8B8B8. Windows color (decimal): -9642307 or 12443244. OLE color: 12443244.

HSL color Cylindrical-coordinate representation of color #6CDEBD: hue angle of 162.63º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CDEBD is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 108 222 189 -
CMYK 0.51 0 0.15 0.13
HSL 162.63º 0.63% 0.65% -
HSV(B) 162.63º 0.51% 0.87% -
XYZ 41.49 59.1 57.37 -
YUV 184.15 130.73 73.68 -
System Red Green Blue C M Y K H S L
Decimal 108 222 189 0.51 0 0.15 0.13 162.63 0.63 0.65
Hex 6C DE BD 33 0 F D A3 3F 41
Octal 154 336 275 63 0 17 15 243 77 101
Binary 1101100 11011110 10111101 110011 0 1111 1101 10100011 111111 1000001

Color Harmonies of #6CDEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDEBD

Black with #6CDEBD

Text Example


Text Example

White with #6CDEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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