#677ECF

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

Shades of Havelock Blue #677ECF

Tints of Havelock Blue #677ECF

Color information

#677ECF (or 0x677ECF) is unknown color: approx Havelock Blue. HEX triplet: 67, 7E and CF. RGB value is (103,126,207). Sum of RGB (Red+Green+Blue) = 103+126+207=436 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.62% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #677ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677ECF is #988130. Grayscale: #808080. Windows color (decimal): -9994545 or 13598311. OLE color: 13598311.

HSL color Cylindrical-coordinate representation of color #677ECF: hue angle of 226.73º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #677ECF is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB103126207-
CMYK0.500.3900.19
HSL226.73º52%60.78%-
HSV(B)226.73º50.24%81.18%-
XYZ24.3222.3162.06-
YUV128.36172.38109.91-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.62%
GREEN value IS 126 (49.61% from 255) = 28.90%
BLUE value IS 207 (81.25% from 255) = 47.48%
R=23.62%
G=28.90%
B=47.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1031262070.500.3900.19226.735260.78
Hex677ECF3227013e3343d
Octal14717631762470233436475
Binary110011111111101100111111001010011101001111100011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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