Html Css Color HEX #6FDBBB Downy

📋 copy color: '#6FDBBB'

red 111 ◦ green 219 ◦ blue 187

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

Shades of Downy #6FDBBB

Tints of Downy #6FDBBB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.36%

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

R = 21.47%
G = 42.36%
B = 36.17%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#6FDBBB (or 0x6FDBBB) is known color: Downy. HEX triplet: 6F, DB and BB. RGB value is (111,219,187). Sum of RGB (Red+Green+Blue) = 111+219+187=517 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.47% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #6FDBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDBBB is #902444. Grayscale: #B7B7B7. Windows color (decimal): -9446469 or 12311407. OLE color: 12311407.

HSL color Cylindrical-coordinate representation of color #6FDBBB: hue angle of 162.22º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FDBBB is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 219 187 -
CMYK 0.49 0 0.15 0.14
HSL 162.22º 0.6% 0.65% -
HSV(B) 162.22º 0.49% 0.86% -
XYZ 40.86 57.63 55.98 -
YUV 183.06 130.22 76.6 -
System Red Green Blue C M Y K H S L
Decimal 111 219 187 0.49 0 0.15 0.14 162.22 0.6 0.65
Hex 6F DB BB 31 0 F E A2 3C 41
Octal 157 333 273 61 0 17 16 242 74 101
Binary 1101111 11011011 10111011 110001 0 1111 1110 10100010 111100 1000001

Color Harmonies of #6FDBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDBBB

Black with #6FDBBB

Text Example


Text Example

White with #6FDBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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