#677FBF

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

Shades of Havelock Blue #677FBF

Tints of Havelock Blue #677FBF

Color information

#677FBF (or 0x677FBF) is unknown color: approx Havelock Blue. HEX triplet: 67, 7F and BF. RGB value is (103,127,191). Sum of RGB (Red+Green+Blue) = 103+127+191=421 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.47% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 191 - color contains mainly: blue. Hex color #677FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677FBF is #988040. Grayscale: #7E7E7E. Windows color (decimal): -9994305 or 12549991. OLE color: 12549991.

HSL color Cylindrical-coordinate representation of color #677FBF: hue angle of 223.64º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #677FBF is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB103127191-
CMYK0.460.3400.25
HSL223.64º40.74%57.65%-
HSV(B)223.64º46.07%74.9%-
XYZ22.5921.8252.31-
YUV127.12164.05110.8-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.47%
GREEN value IS 127 (50% from 255) = 30.17%
BLUE value IS 191 (75% from 255) = 45.37%
R=24.47%
G=30.17%
B=45.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1031271910.460.3400.25223.6440.7457.65
Hex677FBF2E22019e0293a
Octal14717727756420313405172
Binary110011111111111011111110111010001001100111100000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677FBF; }

 p { color: rgb(103,127,191); }

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

<style>
 a { background-color: #677FBF; }

 a { background-color: rgb(103,127,191); }

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

<style>
 span { border-color: #677FBF; }

 span { border-color: rgb(103,127,191); }

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