#697FCA

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

Shades of Havelock Blue #697FCA

Tints of Havelock Blue #697FCA

Color information

#697FCA (or 0x697FCA) is unknown color: approx Havelock Blue. HEX triplet: 69, 7F and CA. RGB value is (105,127,202). Sum of RGB (Red+Green+Blue) = 105+127+202=434 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.19% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #697FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697FCA is #968035. Grayscale: #808080. Windows color (decimal): -9863222 or 13270889. OLE color: 13270889.

HSL color Cylindrical-coordinate representation of color #697FCA: hue angle of 226.39º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #697FCA is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB105127202-
CMYK0.480.3700.21
HSL226.39º47.78%60.2%-
HSV(B)226.39º48.02%79.22%-
XYZ24.0822.4558.94-
YUV128.97169.21110.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.19%
GREEN value IS 127 (50% from 255) = 29.26%
BLUE value IS 202 (79.30% from 255) = 46.54%
R=24.19%
G=29.26%
B=46.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1051272020.480.3700.21226.3947.7860.2
Hex697FCA3025015e2303c
Octal15117731260450253426074
Binary110100111111111100101011000010010101010111100010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,127,202); }

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

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

 a { background-color: rgb(105,127,202); }

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

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

 span { border-color: rgb(105,127,202); }

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