Html Css Color HEX #6FDDBE Downy

📋 copy color: '#6FDDBE'

red 111 ◦ green 221 ◦ blue 190

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

Shades of Downy #6FDDBE

Tints of Downy #6FDDBE

RGB

 RED value IS 111 (43.75% from 255) = 21.26%

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

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

R = 21.26%
G = 42.34%
B = 36.4%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#6FDDBE (or 0x6FDDBE) is known color: Downy. HEX triplet: 6F, DD and BE. RGB value is (111,221,190). Sum of RGB (Red+Green+Blue) = 111+221+190=522 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.26% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #6FDDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDDBE is #902241. Grayscale: #B8B8B8. Windows color (decimal): -9445954 or 12508527. OLE color: 12508527.

HSL color Cylindrical-coordinate representation of color #6FDDBE: hue angle of 163.09º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDDBE is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 221 190 -
CMYK 0.50 0 0.14 0.13
HSL 163.09º 0.62% 0.65% -
HSV(B) 163.09º 0.5% 0.87% -
XYZ 41.71 58.81 57.87 -
YUV 184.58 131.06 75.52 -
System Red Green Blue C M Y K H S L
Decimal 111 221 190 0.50 0 0.14 0.13 163.09 0.62 0.65
Hex 6F DD BE 32 0 E D A3 3E 41
Octal 157 335 276 62 0 16 15 243 76 101
Binary 1101111 11011101 10111110 110010 0 1110 1101 10100011 111110 1000001

Color Harmonies of #6FDDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDDBE

Black with #6FDDBE

Text Example


Text Example

White with #6FDDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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