#6F6B80

Color #6F6B80 Dolphin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dolphin #6F6B80

Tints of Dolphin #6F6B80

Color information

#6F6B80 (or 0x6F6B80) is unknown color: approx Dolphin. HEX triplet: 6F, 6B and 80. RGB value is (111,107,128). Sum of RGB (Red+Green+Blue) = 111+107+128=346 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.08% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 128 - color contains mainly: blue. Hex color #6F6B80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6B80 is #90947F. Grayscale: #6E6E6E. Windows color (decimal): -9475200 or 8416111. OLE color: 8416111.

HSL color Cylindrical-coordinate representation of color #6F6B80: hue angle of 251.43º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6F6B80 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB111107128-
CMYK0.130.1600.50
HSL251.43º8.94%46.08%-
HSV(B)251.43º16.41%50.2%-
XYZ15.7115.4522.58-
YUV110.59137.83128.29-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.08%
GREEN value IS 107 (42.19% from 255) = 30.92%
BLUE value IS 128 (50.39% from 255) = 36.99%
R=32.08%
G=30.92%
B=36.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1111071280.130.1600.50251.438.9446.08
Hex6F6B80D10032fb92e
Octal15715320015200623731156
Binary11011111101011100000001101100000110010111110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,107,128); }

 H1.HeaderClassName
 {
   color: #6F6B80;
 }
 .AnyTagClassName
 {
   color: #6F6B80;
 }
</style>
background-color css

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

 a { background-color: rgb(111,107,128); }

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

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

 span { border-color: rgb(111,107,128); }

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