#696677

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

Shades of Dolphin #696677

Tints of Dolphin #696677

Color information

#696677 (or 0x696677) is unknown color: approx Dolphin. HEX triplet: 69, 66 and 77. RGB value is (105,102,119). Sum of RGB (Red+Green+Blue) = 105+102+119=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 119 - color contains mainly: blue. Hex color #696677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696677 is #969988. Grayscale: #686868. Windows color (decimal): -9869705 or 7825001. OLE color: 7825001.

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

Color convert

RGB105102119-
CMYK0.120.1400.53
HSL250.59º7.69%43.33%-
HSV(B)250.59º14.29%46.67%-
XYZ13.9113.8419.39-
YUV104.84135.99128.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.21%
GREEN value IS 102 (40.23% from 255) = 31.29%
BLUE value IS 119 (46.88% from 255) = 36.50%
R=32.21%
G=31.29%
B=36.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051021190.120.1400.53250.597.6943.33
Hex696677CE035fb82b
Octal15114616714160653731053
Binary110100111001101110111110011100110101111110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696677; }

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

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

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

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

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

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

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

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