#696572

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

Shades of Dolphin #696572

Tints of Dolphin #696572

Color information

#696572 (or 0x696572) is unknown color: approx Dolphin. HEX triplet: 69, 65 and 72. RGB value is (105,101,114). Sum of RGB (Red+Green+Blue) = 105+101+114=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 114 - color contains mainly: blue. Hex color #696572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696572 is #969A8D. Grayscale: #676767. Windows color (decimal): -9869966 or 7497065. OLE color: 7497065.

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

Color convert

RGB105101114-
CMYK0.080.1100.55
HSL258.46º6.05%42.16%-
HSV(B)258.46º11.4%44.71%-
XYZ13.5213.5317.82-
YUV103.68133.83128.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.81%
GREEN value IS 101 (39.84% from 255) = 31.56%
BLUE value IS 114 (44.92% from 255) = 35.62%
R=32.81%
G=31.56%
B=35.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1051011140.080.1100.55258.466.0542.16
Hex6965728B03710262a
Octal1511451621013067402652
Binary110100111001011110010100010110110111100000010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696572; }

 p { color: rgb(105,101,114); }

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

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

 a { background-color: rgb(105,101,114); }

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

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

 span { border-color: rgb(105,101,114); }

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