Html Css Color HEX #6CDDBE Downy

📋 copy color: '#6CDDBE'

red 108 ◦ green 221 ◦ blue 190

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

Shades of Downy #6CDDBE

Tints of Downy #6CDDBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.61%

R = 20.81%
G = 42.58%
B = 36.61%

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

#6CDDBE (or 0x6CDDBE) is known color: Downy. HEX triplet: 6C, DD and BE. RGB value is (108,221,190). Sum of RGB (Red+Green+Blue) = 108+221+190=519 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.81% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #6CDDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDDBE is #932241. Grayscale: #B7B7B7. Windows color (decimal): -9642562 or 12508524. OLE color: 12508524.

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

Color convert

RGB 108 221 190 -
CMYK 0.51 0 0.14 0.13
HSL 163.54º 0.62% 0.65% -
HSV(B) 163.54º 0.51% 0.87% -
XYZ 41.34 58.62 57.85 -
YUV 183.68 131.56 74.02 -
System Red Green Blue C M Y K H S L
Decimal 108 221 190 0.51 0 0.14 0.13 163.54 0.62 0.65
Hex 6C DD BE 33 0 E D A4 3E 41
Octal 154 335 276 63 0 16 15 244 76 101
Binary 1101100 11011101 10111110 110011 0 1110 1101 10100100 111110 1000001

Color Harmonies of #6CDDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDDBE

Black with #6CDDBE

Text Example


Text Example

White with #6CDDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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