#677FC0

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

Shades of Havelock Blue #677FC0

Tints of Havelock Blue #677FC0

Color information

#677FC0 (or 0x677FC0) is unknown color: approx Havelock Blue. HEX triplet: 67, 7F and C0. RGB value is (103,127,192). Sum of RGB (Red+Green+Blue) = 103+127+192=422 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.41% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 192 (75.39% from 255 or 45.50% from 422); Max value from RGB is 192 - color contains mainly: blue. Hex color #677FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677FC0 is #98803F. Grayscale: #7E7E7E. Windows color (decimal): -9994304 or 12615527. OLE color: 12615527.

HSL color Cylindrical-coordinate representation of color #677FC0: hue angle of 223.82º 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 #677FC0 is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB103127192-
CMYK0.460.3400.25
HSL223.82º41.4%57.84%-
HSV(B)223.82º46.35%75.29%-
XYZ22.721.8752.89-
YUV127.23164.55110.71-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.41%
GREEN value IS 127 (50% from 255) = 30.09%
BLUE value IS 192 (75.39% from 255) = 45.50%
R=24.41%
G=30.09%
B=45.50%

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
Decimal1031271920.460.3400.25223.8241.457.84
Hex677FC02E22019e0293a
Octal14717730056420313405172
Binary110011111111111100000010111010001001100111100000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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