Html Css Color HEX #677FBF Havelock Blue

📋 copy color: '#677FBF'

red 103 ◦ green 127 ◦ blue 191

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

Shades of Havelock Blue #677FBF

Tints of Havelock Blue #677FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.37%

R = 24.47%
G = 30.17%
B = 45.37%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#677FBF (or 0x677FBF) is known color: Havelock Blue. HEX triplet: 67, 7F and BF. RGB value is (103,127,191). Sum of RGB (Red+Green+Blue) = 103+127+191=421 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.47% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 191 - color contains mainly: blue. Hex color #677FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677FBF is #988040. Grayscale: #7E7E7E. Windows color (decimal): -9994305 or 12549991. OLE color: 12549991.

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

Color convert

RGB 103 127 191 -
CMYK 0.46 0.34 0 0.25
HSL 223.64º 0.41% 0.58% -
HSV(B) 223.64º 0.46% 0.75% -
XYZ 22.59 21.82 52.31 -
YUV 127.12 164.05 110.8 -
System Red Green Blue C M Y K H S L
Decimal 103 127 191 0.46 0.34 0 0.25 223.64 0.41 0.58
Hex 67 7F BF 2E 22 0 19 E0 29 3A
Octal 147 177 277 56 42 0 31 340 51 72
Binary 1100111 1111111 10111111 101110 100010 0 11001 11100000 101001 111010

Color Harmonies of #677FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677FBF

Black with #677FBF

Text Example


Text Example

White with #677FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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