#696777

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

Shades of Dolphin #696777

Tints of Dolphin #696777

Color information

#696777 (or 0x696777) is unknown color: approx Dolphin. HEX triplet: 69, 67 and 77. RGB value is (105,103,119). Sum of RGB (Red+Green+Blue) = 105+103+119=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 119 (46.88% from 255 or 36.39% from 327); Max value from RGB is 119 - color contains mainly: blue. Hex color #696777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696777 is #969888. Grayscale: #696969. Windows color (decimal): -9869449 or 7825257. OLE color: 7825257.

HSL color Cylindrical-coordinate representation of color #696777: hue angle of 247.5º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #696777 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB105103119-
CMYK0.120.1300.53
HSL247.5º7.21%43.53%-
HSV(B)247.5º13.45%46.67%-
XYZ14.0114.0419.42-
YUV105.42135.66127.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.11%
GREEN value IS 103 (40.62% from 255) = 31.50%
BLUE value IS 119 (46.88% from 255) = 36.39%
R=32.11%
G=31.50%
B=36.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051031190.120.1300.53247.57.2143.53
Hex696777CD035f872c
Octal1511471671415065370754
Binary11010011100111111011111001101011010111111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696777; }

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

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

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

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

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

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

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

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