Html Css Color HEX #677FC1 Havelock Blue

📋 copy color: '#677FC1'

red 103 ◦ green 127 ◦ blue 193

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

Shades of Havelock Blue #677FC1

Tints of Havelock Blue #677FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 45.63%

R = 24.35%
G = 30.02%
B = 45.63%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#677FC1 (or 0x677FC1) is known color: Havelock Blue. HEX triplet: 67, 7F and C1. RGB value is (103,127,193). Sum of RGB (Red+Green+Blue) = 103+127+193=423 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.35% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 193 (75.78% from 255 or 45.63% from 423); Max value from RGB is 193 - color contains mainly: blue. Hex color #677FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677FC1 is #98803E. Grayscale: #7F7F7F. Windows color (decimal): -9994303 or 12681063. OLE color: 12681063.

HSL color Cylindrical-coordinate representation of color #677FC1: hue angle of 224º degrees, saturation: 0.42, 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 #677FC1 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 103 127 193 -
CMYK 0.47 0.34 0 0.24
HSL 224º 0.42% 0.58% -
HSV(B) 224º 0.47% 0.76% -
XYZ 22.81 21.91 53.48 -
YUV 127.35 165.05 110.63 -
System Red Green Blue C M Y K H S L
Decimal 103 127 193 0.47 0.34 0 0.24 224 0.42 0.58
Hex 67 7F C1 2F 22 0 18 E0 2A 3A
Octal 147 177 301 57 42 0 30 340 52 72
Binary 1100111 1111111 11000001 101111 100010 0 11000 11100000 101010 111010

Color Harmonies of #677FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677FC1

Black with #677FC1

Text Example


Text Example

White with #677FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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