#6F687B

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

Shades of Dolphin #6F687B

Tints of Dolphin #6F687B

Color information

#6F687B (or 0x6F687B) is unknown color: approx Dolphin. HEX triplet: 6F, 68 and 7B. RGB value is (111,104,123). Sum of RGB (Red+Green+Blue) = 111+104+123=338 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.84% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 123 - color contains mainly: blue. Hex color #6F687B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F687B is #909784. Grayscale: #6C6C6C. Windows color (decimal): -9475973 or 8087663. OLE color: 8087663.

HSL color Cylindrical-coordinate representation of color #6F687B: hue angle of 262.11º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6F687B is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB111104123-
CMYK0.100.1500.52
HSL262.11º8.37%44.51%-
HSV(B)262.11º15.45%48.24%-
XYZ15.0814.7120.78-
YUV108.26136.32129.96-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.84%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 123 (48.44% from 255) = 36.39%
R=32.84%
G=30.77%
B=36.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1111041230.100.1500.52262.118.3744.51
Hex6F687BAF03410682d
Octal15715017312170644061055
Binary1101111110100011110111010111101101001000001101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F687B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,104,123); }

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

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

 a { background-color: rgb(111,104,123); }

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

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

 span { border-color: rgb(111,104,123); }

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