#696683

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

Shades of Dolphin #696683

Tints of Dolphin #696683

Color information

#696683 (or 0x696683) is unknown color: approx Dolphin. HEX triplet: 69, 66 and 83. RGB value is (105,102,131). Sum of RGB (Red+Green+Blue) = 105+102+131=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 131 - color contains mainly: blue. Hex color #696683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696683 is #96997C. Grayscale: #6A6A6A. Windows color (decimal): -9869693 or 8611433. OLE color: 8611433.

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

Color convert

RGB105102131-
CMYK0.200.2200.49
HSL246.21º12.45%45.69%-
HSV(B)246.21º22.14%51.37%-
XYZ14.6714.1423.43-
YUV106.2141.99127.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.07%
GREEN value IS 102 (40.23% from 255) = 30.18%
BLUE value IS 131 (51.56% from 255) = 38.76%
R=31.07%
G=30.18%
B=38.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051021310.200.2200.49246.2112.4545.69
Hex6966831416031f6c2e
Octal15114620324260613661456
Binary110100111001101000001110100101100110001111101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696683; }

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

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

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

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

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

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

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

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