#6F6B78

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

Shades of Dolphin #6F6B78

Tints of Dolphin #6F6B78

Color information

#6F6B78 (or 0x6F6B78) is unknown color: approx Dolphin. HEX triplet: 6F, 6B and 78. RGB value is (111,107,120). Sum of RGB (Red+Green+Blue) = 111+107+120=338 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.84% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 120 - color contains mainly: blue. Hex color #6F6B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6B78 is #909487. Grayscale: #6D6D6D. Windows color (decimal): -9475208 or 7891823. OLE color: 7891823.

HSL color Cylindrical-coordinate representation of color #6F6B78: hue angle of 258.46º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6F6B78 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB111107120-
CMYK0.080.1100.53
HSL258.46º5.73%44.51%-
HSV(B)258.46º10.83%47.06%-
XYZ15.215.2519.91-
YUV109.68133.83128.94-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.84%
GREEN value IS 107 (42.19% from 255) = 31.66%
BLUE value IS 120 (47.27% from 255) = 35.50%
R=32.84%
G=31.66%
B=35.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1111071200.080.1100.53258.465.7344.51
Hex6F6B788B03510262d
Octal1571531701013065402655
Binary110111111010111111000100010110110101100000010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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