#697FCC

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

Shades of Havelock Blue #697FCC

Tints of Havelock Blue #697FCC

Color information

#697FCC (or 0x697FCC) is unknown color: approx Havelock Blue. HEX triplet: 69, 7F and CC. RGB value is (105,127,204). Sum of RGB (Red+Green+Blue) = 105+127+204=436 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.08% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #697FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697FCC is #968033. Grayscale: #808080. Windows color (decimal): -9863220 or 13401961. OLE color: 13401961.

HSL color Cylindrical-coordinate representation of color #697FCC: hue angle of 226.67º degrees, saturation: 0.49, 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 #697FCC is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB105127204-
CMYK0.490.3800.2
HSL226.67º49.25%60.59%-
HSV(B)226.67º48.53%80%-
XYZ24.3122.5460.2-
YUV129.2170.21110.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.08%
GREEN value IS 127 (50% from 255) = 29.13%
BLUE value IS 204 (80.08% from 255) = 46.79%
R=24.08%
G=29.13%
B=46.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1051272040.490.3800.2226.6749.2560.59
Hex697FCC3126014e3313d
Octal15117731461460243436175
Binary110100111111111100110011000110011001010011100011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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