#696681

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

Shades of Dolphin #696681

Tints of Dolphin #696681

Color information

#696681 (or 0x696681) is unknown color: approx Dolphin. HEX triplet: 69, 66 and 81. RGB value is (105,102,129). Sum of RGB (Red+Green+Blue) = 105+102+129=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 129 - color contains mainly: blue. Hex color #696681 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696681 is #96997E. Grayscale: #696969. Windows color (decimal): -9869695 or 8480361. OLE color: 8480361.

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

Color convert

RGB105102129-
CMYK0.190.2100.49
HSL246.67º11.69%45.29%-
HSV(B)246.67º20.93%50.59%-
XYZ14.5414.0922.72-
YUV105.98140.99127.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.25%
GREEN value IS 102 (40.23% from 255) = 30.36%
BLUE value IS 129 (50.78% from 255) = 38.39%
R=31.25%
G=30.36%
B=38.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051021290.190.2100.49246.6711.6945.29
Hex6966811315031f7c2d
Octal15114620123250613671455
Binary110100111001101000000110011101010110001111101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696681; }

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

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

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

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

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

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

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

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