Html Css Color HEX #6CDDBD Downy

📋 copy color: '#6CDDBD'

red 108 ◦ green 221 ◦ blue 189

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

Shades of Downy #6CDDBD

Tints of Downy #6CDDBD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.66%

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

R = 20.85%
G = 42.66%
B = 36.49%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#6CDDBD (or 0x6CDDBD) is known color: Downy. HEX triplet: 6C, DD and BD. RGB value is (108,221,189). Sum of RGB (Red+Green+Blue) = 108+221+189=518 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.85% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #6CDDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDDBD is #932242. Grayscale: #B7B7B7. Windows color (decimal): -9642563 or 12442988. OLE color: 12442988.

HSL color Cylindrical-coordinate representation of color #6CDDBD: hue angle of 163.01º degrees, saturation: 0.62, 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 #6CDDBD is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 108 221 189 -
CMYK 0.51 0 0.14 0.13
HSL 163.01º 0.62% 0.65% -
HSV(B) 163.01º 0.51% 0.87% -
XYZ 41.23 58.58 57.28 -
YUV 183.57 131.06 74.1 -
System Red Green Blue C M Y K H S L
Decimal 108 221 189 0.51 0 0.14 0.13 163.01 0.62 0.65
Hex 6C DD BD 33 0 E D A3 3E 41
Octal 154 335 275 63 0 16 15 243 76 101
Binary 1101100 11011101 10111101 110011 0 1110 1101 10100011 111110 1000001

Color Harmonies of #6CDDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDDBD

Black with #6CDDBD

Text Example


Text Example

White with #6CDDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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