Html Css Color HEX #6FDDBB Downy

📋 copy color: '#6FDDBB'

red 111 ◦ green 221 ◦ blue 187

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

Shades of Downy #6FDDBB

Tints of Downy #6FDDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.03%

R = 21.39%
G = 42.58%
B = 36.03%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#6FDDBB (or 0x6FDDBB) is known color: Downy. HEX triplet: 6F, DD and BB. RGB value is (111,221,187). Sum of RGB (Red+Green+Blue) = 111+221+187=519 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.39% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #6FDDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDDBB is #902244. Grayscale: #B8B8B8. Windows color (decimal): -9445957 or 12311919. OLE color: 12311919.

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

Color convert

RGB 111 221 187 -
CMYK 0.50 0 0.15 0.13
HSL 161.45º 0.62% 0.65% -
HSV(B) 161.45º 0.5% 0.87% -
XYZ 41.38 58.68 56.16 -
YUV 184.23 129.56 75.76 -
System Red Green Blue C M Y K H S L
Decimal 111 221 187 0.50 0 0.15 0.13 161.45 0.62 0.65
Hex 6F DD BB 32 0 F D A1 3E 41
Octal 157 335 273 62 0 17 15 241 76 101
Binary 1101111 11011101 10111011 110010 0 1111 1101 10100001 111110 1000001

Color Harmonies of #6FDDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDDBB

Black with #6FDDBB

Text Example


Text Example

White with #6FDDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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