#696682

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

Shades of Dolphin #696682

Tints of Dolphin #696682

Color information

#696682 (or 0x696682) is unknown color: approx Dolphin. HEX triplet: 69, 66 and 82. RGB value is (105,102,130). Sum of RGB (Red+Green+Blue) = 105+102+130=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 130 - color contains mainly: blue. Hex color #696682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696682 is #96997D. Grayscale: #696969. Windows color (decimal): -9869694 or 8545897. OLE color: 8545897.

HSL color Cylindrical-coordinate representation of color #696682: hue angle of 246.43º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #696682 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB105102130-
CMYK0.190.2200.49
HSL246.43º12.07%45.49%-
HSV(B)246.43º21.54%50.98%-
XYZ14.6114.1223.07-
YUV106.09141.49127.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.16%
GREEN value IS 102 (40.23% from 255) = 30.27%
BLUE value IS 130 (51.17% from 255) = 38.58%
R=31.16%
G=30.27%
B=38.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051021300.190.2200.49246.4312.0745.49
Hex6966821316031f6c2d
Octal15114620223260613661455
Binary110100111001101000001010011101100110001111101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696682; }

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

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

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

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

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

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

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

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