#697ED6

Color #697ED6 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #697ED6

Tints of Havelock Blue #697ED6

Color information

#697ED6 (or 0x697ED6) is unknown color: approx Havelock Blue. HEX triplet: 69, 7E and D6. RGB value is (105,126,214). Sum of RGB (Red+Green+Blue) = 105+126+214=445 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.60% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 214 (83.98% from 255 or 48.09% from 445); Max value from RGB is 214 - color contains mainly: blue. Hex color #697ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697ED6 is #968129. Grayscale: #818181. Windows color (decimal): -9863466 or 14057065. OLE color: 14057065.

HSL color Cylindrical-coordinate representation of color #697ED6: hue angle of 228.44º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #697ED6 is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB105126214-
CMYK0.510.4100.16
HSL228.44º57.07%62.55%-
HSV(B)228.44º50.93%83.92%-
XYZ25.4222.7866.68-
YUV129.75175.54110.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.60%
GREEN value IS 126 (49.61% from 255) = 28.31%
BLUE value IS 214 (83.98% from 255) = 48.09%
R=23.60%
G=28.31%
B=48.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1051262140.510.4100.16228.4457.0762.55
Hex697ED63329010e4393f
Octal15117632663510203447177
Binary110100111111101101011011001110100101000011100100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697ED6; }

 p { color: rgb(105,126,214); }

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

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

 a { background-color: rgb(105,126,214); }

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

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

 span { border-color: rgb(105,126,214); }

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