Html Css Color HEX #617FC1 Havelock Blue

📋 copy color: '#617FC1'

red 97 ◦ green 127 ◦ blue 193

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

Shades of Havelock Blue #617FC1

Tints of Havelock Blue #617FC1

RGB

 RED value IS 97 (38.28% from 255) = 23.26%

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

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

R = 23.26%
G = 30.46%
B = 46.28%

CMYK

 C value IS 0.50

 M value IS 0.34

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#617FC1 (or 0x617FC1) is known color: Havelock Blue. HEX triplet: 61, 7F and C1. RGB value is (97,127,193). Sum of RGB (Red+Green+Blue) = 97+127+193=417 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.26% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 193 (75.78% from 255 or 46.28% from 417); Max value from RGB is 193 - color contains mainly: blue. Hex color #617FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617FC1 is #9E803E. Grayscale: #7D7D7D. Windows color (decimal): -10387519 or 12681057. OLE color: 12681057.

HSL color Cylindrical-coordinate representation of color #617FC1: hue angle of 221.25º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #617FC1 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 127 193 -
CMYK 0.50 0.34 0 0.24
HSL 221.25º 0.44% 0.57% -
HSV(B) 221.25º 0.5% 0.76% -
XYZ 22.14 21.57 53.45 -
YUV 125.55 166.06 107.63 -
System Red Green Blue C M Y K H S L
Decimal 97 127 193 0.50 0.34 0 0.24 221.25 0.44 0.57
Hex 61 7F C1 32 22 0 18 DD 2C 39
Octal 141 177 301 62 42 0 30 335 54 71
Binary 1100001 1111111 11000001 110010 100010 0 11000 11011101 101100 111001

Color Harmonies of #617FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617FC1

Black with #617FC1

Text Example


Text Example

White with #617FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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