#697DCD

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

Shades of Havelock Blue #697DCD

Tints of Havelock Blue #697DCD

Color information

#697DCD (or 0x697DCD) is unknown color: approx Havelock Blue. HEX triplet: 69, 7D and CD. RGB value is (105,125,205). Sum of RGB (Red+Green+Blue) = 105+125+205=435 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.14% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #697DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697DCD is #968232. Grayscale: #7F7F7F. Windows color (decimal): -9863731 or 13466985. OLE color: 13466985.

HSL color Cylindrical-coordinate representation of color #697DCD: hue angle of 228º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #697DCD is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB105125205-
CMYK0.490.3900.20
HSL228º50%60.78%-
HSV(B)228º48.78%80.39%-
XYZ24.1822.0860.74-
YUV128.14171.37111.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.14%
GREEN value IS 125 (49.22% from 255) = 28.74%
BLUE value IS 205 (80.47% from 255) = 47.13%
R=24.14%
G=28.74%
B=47.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1051252050.490.3900.202285060.78
Hex697DCD3127014e4323d
Octal15117531561470243446275
Binary110100111111011100110111000110011101010011100100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,125,205); }

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

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

 a { background-color: rgb(105,125,205); }

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

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

 span { border-color: rgb(105,125,205); }

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