Html Css Color HEX #677FBE Havelock Blue

📋 copy color: '#677FBE'

red 103 ◦ green 127 ◦ blue 190

#677FBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #677FBE

Tints of Havelock Blue #677FBE

RGB

 RED value IS 103 (40.63% from 255) = 24.52%

 GREEN value IS 127 (50% from 255) = 30.24%

 BLUE value IS 190 (74.61% from 255) = 45.24%

R = 24.52%
G = 30.24%
B = 45.24%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#677FBE (or 0x677FBE) is known color: Havelock Blue. HEX triplet: 67, 7F and BE. RGB value is (103,127,190). Sum of RGB (Red+Green+Blue) = 103+127+190=420 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.52% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #677FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677FBE is #988041. Grayscale: #7E7E7E. Windows color (decimal): -9994306 or 12484455. OLE color: 12484455.

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

Color convert

RGB 103 127 190 -
CMYK 0.46 0.33 0 0.25
HSL 223.45º 0.4% 0.57% -
HSV(B) 223.45º 0.46% 0.75% -
XYZ 22.48 21.78 51.73 -
YUV 127.01 163.55 110.88 -
System Red Green Blue C M Y K H S L
Decimal 103 127 190 0.46 0.33 0 0.25 223.45 0.4 0.57
Hex 67 7F BE 2E 21 0 19 DF 28 39
Octal 147 177 276 56 41 0 31 337 50 71
Binary 1100111 1111111 10111110 101110 100001 0 11001 11011111 101000 111001

Color Harmonies of #677FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677FBE

Black with #677FBE

Text Example


Text Example

White with #677FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #677FBE;
 }
 .AnyTagClassName
 {
   color: #677FBE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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