#677EC2

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

Shades of Havelock Blue #677EC2

Tints of Havelock Blue #677EC2

Color information

#677EC2 (or 0x677EC2) is unknown color: approx Havelock Blue. HEX triplet: 67, 7E and C2. RGB value is (103,126,194). Sum of RGB (Red+Green+Blue) = 103+126+194=423 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.35% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 194 (76.17% from 255 or 45.86% from 423); Max value from RGB is 194 - color contains mainly: blue. Hex color #677EC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677EC2 is #98813D. Grayscale: #7E7E7E. Windows color (decimal): -9994558 or 12746343. OLE color: 12746343.

HSL color Cylindrical-coordinate representation of color #677EC2: hue angle of 224.84º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #677EC2 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB103126194-
CMYK0.470.3500.24
HSL224.84º42.72%58.24%-
HSV(B)224.84º46.91%76.08%-
XYZ22.7921.754.03-
YUV126.87165.88110.97-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.35%
GREEN value IS 126 (49.61% from 255) = 29.79%
BLUE value IS 194 (76.17% from 255) = 45.86%
R=24.35%
G=29.79%
B=45.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1031261940.470.3500.24224.8442.7258.24
Hex677EC22F23018e12b3a
Octal14717630257430303415372
Binary110011111111101100001010111110001101100011100001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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