#677FBC

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

Shades of Havelock Blue #677FBC

Tints of Havelock Blue #677FBC

Color information

#677FBC (or 0x677FBC) is unknown color: approx Havelock Blue. HEX triplet: 67, 7F and BC. RGB value is (103,127,188). Sum of RGB (Red+Green+Blue) = 103+127+188=418 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.64% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #677FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677FBC is #988043. Grayscale: #7E7E7E. Windows color (decimal): -9994308 or 12353383. OLE color: 12353383.

HSL color Cylindrical-coordinate representation of color #677FBC: hue angle of 223.06º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #677FBC is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB103127188-
CMYK0.450.3200.26
HSL223.06º38.81%57.06%-
HSV(B)223.06º45.21%73.73%-
XYZ22.2621.6950.59-
YUV126.78162.55111.04-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.64%
GREEN value IS 127 (50% from 255) = 30.38%
BLUE value IS 188 (73.83% from 255) = 44.98%
R=24.64%
G=30.38%
B=44.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1031271880.450.3200.26223.0638.8157.06
Hex677FBC2D2001Adf2739
Octal14717727455400323374771
Binary110011111111111011110010110110000001101011011111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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