Html Css Color HEX #6FD0BB Downy

📋 copy color: '#6FD0BB'

red 111 ◦ green 208 ◦ blue 187

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

Shades of Downy #6FD0BB

Tints of Downy #6FD0BB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.11%

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

R = 21.94%
G = 41.11%
B = 36.96%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#6FD0BB (or 0x6FD0BB) is known color: Downy. HEX triplet: 6F, D0 and BB. RGB value is (111,208,187). Sum of RGB (Red+Green+Blue) = 111+208+187=506 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.94% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 208 - color contains mainly: green. Hex color #6FD0BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD0BB is #902F44. Grayscale: #B0B0B0. Windows color (decimal): -9449285 or 12308591. OLE color: 12308591.

HSL color Cylindrical-coordinate representation of color #6FD0BB: hue angle of 167.01º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FD0BB is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 111 208 187 -
CMYK 0.47 0 0.10 0.18
HSL 167.01º 0.51% 0.63% -
HSV(B) 167.01º 0.47% 0.82% -
XYZ 38.08 52.08 55.06 -
YUV 176.6 133.86 81.21 -
System Red Green Blue C M Y K H S L
Decimal 111 208 187 0.47 0 0.10 0.18 167.01 0.51 0.63
Hex 6F D0 BB 2F 0 A 12 A7 33 3F
Octal 157 320 273 57 0 12 22 247 63 77
Binary 1101111 11010000 10111011 101111 0 1010 10010 10100111 110011 111111

Color Harmonies of #6FD0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD0BB

Black with #6FD0BB

Text Example


Text Example

White with #6FD0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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