#697ED4

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

Shades of Havelock Blue #697ED4

Tints of Havelock Blue #697ED4

Color information

#697ED4 (or 0x697ED4) is unknown color: approx Havelock Blue. HEX triplet: 69, 7E and D4. RGB value is (105,126,212). Sum of RGB (Red+Green+Blue) = 105+126+212=443 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.70% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 212 (83.20% from 255 or 47.86% from 443); Max value from RGB is 212 - color contains mainly: blue. Hex color #697ED4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697ED4 is #96812B. Grayscale: #818181. Windows color (decimal): -9863468 or 13925993. OLE color: 13925993.

HSL color Cylindrical-coordinate representation of color #697ED4: hue angle of 228.22º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #697ED4 is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB105126212-
CMYK0.500.4100.17
HSL228.22º55.44%62.16%-
HSV(B)228.22º50.47%83.14%-
XYZ25.1722.6865.34-
YUV129.52174.54110.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.70%
GREEN value IS 126 (49.61% from 255) = 28.44%
BLUE value IS 212 (83.20% from 255) = 47.86%
R=23.70%
G=28.44%
B=47.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1051262120.500.4100.17228.2255.4462.16
Hex697ED43229011e4373e
Octal15117632462510213446776
Binary110100111111101101010011001010100101000111100100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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