#677FBD

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

Shades of Havelock Blue #677FBD

Tints of Havelock Blue #677FBD

Color information

#677FBD (or 0x677FBD) is unknown color: approx Havelock Blue. HEX triplet: 67, 7F and BD. RGB value is (103,127,189). Sum of RGB (Red+Green+Blue) = 103+127+189=419 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.58% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: blue. Hex color #677FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677FBD is #988042. Grayscale: #7E7E7E. Windows color (decimal): -9994307 or 12418919. OLE color: 12418919.

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

Color convert

RGB103127189-
CMYK0.460.3300.26
HSL223.26º39.45%57.25%-
HSV(B)223.26º45.5%74.12%-
XYZ22.3721.7451.16-
YUV126.89163.05110.96-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.58%
GREEN value IS 127 (50% from 255) = 30.31%
BLUE value IS 189 (74.22% from 255) = 45.11%
R=24.58%
G=30.31%
B=45.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1031271890.460.3300.26223.2639.4557.25
Hex677FBD2E2101Adf2739
Octal14717727556410323374771
Binary110011111111111011110110111010000101101011011111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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