#677EBE

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

Shades of Havelock Blue #677EBE

Tints of Havelock Blue #677EBE

Color information

#677EBE (or 0x677EBE) is unknown color: approx Havelock Blue. HEX triplet: 67, 7E and BE. RGB value is (103,126,190). Sum of RGB (Red+Green+Blue) = 103+126+190=419 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.58% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #677EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677EBE is #988141. Grayscale: #7E7E7E. Windows color (decimal): -9994562 or 12484199. OLE color: 12484199.

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

Color convert

RGB103126190-
CMYK0.460.3400.25
HSL224.14º40.09%57.45%-
HSV(B)224.14º45.79%74.51%-
XYZ22.3521.5251.69-
YUV126.42163.88111.3-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.58%
GREEN value IS 126 (49.61% from 255) = 30.07%
BLUE value IS 190 (74.61% from 255) = 45.35%
R=24.58%
G=30.07%
B=45.35%

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
Decimal1031261900.460.3400.25224.1440.0957.45
Hex677EBE2E22019e02839
Octal14717627656420313405071
Binary110011111111101011111010111010001001100111100000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,126,190); }

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

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

 a { background-color: rgb(103,126,190); }

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

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

 span { border-color: rgb(103,126,190); }

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