Html Css Color HEX #6FDBBE Downy

📋 copy color: '#6FDBBE'

red 111 ◦ green 219 ◦ blue 190

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

Shades of Downy #6FDBBE

Tints of Downy #6FDBBE

RGB

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

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

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

R = 21.35%
G = 42.12%
B = 36.54%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#6FDBBE (or 0x6FDBBE) is known color: Downy. HEX triplet: 6F, DB and BE. RGB value is (111,219,190). Sum of RGB (Red+Green+Blue) = 111+219+190=520 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.35% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #6FDBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDBBE is #902441. Grayscale: #B7B7B7. Windows color (decimal): -9446466 or 12508015. OLE color: 12508015.

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

Color convert

RGB 111 219 190 -
CMYK 0.49 0 0.13 0.14
HSL 163.89º 0.6% 0.65% -
HSV(B) 163.89º 0.49% 0.86% -
XYZ 41.18 57.76 57.69 -
YUV 183.4 131.72 76.36 -
System Red Green Blue C M Y K H S L
Decimal 111 219 190 0.49 0 0.13 0.14 163.89 0.6 0.65
Hex 6F DB BE 31 0 D E A4 3C 41
Octal 157 333 276 61 0 15 16 244 74 101
Binary 1101111 11011011 10111110 110001 0 1101 1110 10100100 111100 1000001

Color Harmonies of #6FDBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDBBE

Black with #6FDBBE

Text Example


Text Example

White with #6FDBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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