#69676E

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

Shades of Dolphin #69676E

Tints of Dolphin #69676E

Color information

#69676E (or 0x69676E) is unknown color: approx Dolphin. HEX triplet: 69, 67 and 6E. RGB value is (105,103,110). Sum of RGB (Red+Green+Blue) = 105+103+110=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 110 - color contains mainly: blue. Hex color #69676E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69676E is #969891. Grayscale: #686868. Windows color (decimal): -9869458 or 7235433. OLE color: 7235433.

HSL color Cylindrical-coordinate representation of color #69676E: hue angle of 257.14º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #69676E is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB105103110-
CMYK0.050.0600.57
HSL257.14º3.29%41.76%-
HSV(B)257.14º6.36%43.14%-
XYZ13.4913.8316.71-
YUV104.4131.16128.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.02%
GREEN value IS 103 (40.62% from 255) = 32.39%
BLUE value IS 110 (43.36% from 255) = 34.59%
R=33.02%
G=32.39%
B=34.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1051031100.050.0600.57257.143.2941.76
Hex69676E5603910132a
Octal15114715656071401352
Binary110100111001111101110101110011100110000000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69676E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69676E; }

 p { color: rgb(105,103,110); }

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

<style>
 a { background-color: #69676E; }

 a { background-color: rgb(105,103,110); }

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

<style>
 span { border-color: #69676E; }

 span { border-color: rgb(105,103,110); }

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