Html Css Color HEX #617FC5 Havelock Blue

📋 copy color: '#617FC5'

red 97 ◦ green 127 ◦ blue 197

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

Shades of Havelock Blue #617FC5

Tints of Havelock Blue #617FC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 46.79%

R = 23.04%
G = 30.17%
B = 46.79%

CMYK

 C value IS 0.51

 M value IS 0.36

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#617FC5 (or 0x617FC5) is known color: Havelock Blue. HEX triplet: 61, 7F and C5. RGB value is (97,127,197). Sum of RGB (Red+Green+Blue) = 97+127+197=421 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.04% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 197 (77.34% from 255 or 46.79% from 421); Max value from RGB is 197 - color contains mainly: blue. Hex color #617FC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617FC5 is #9E803A. Grayscale: #7D7D7D. Windows color (decimal): -10387515 or 12943201. OLE color: 12943201.

HSL color Cylindrical-coordinate representation of color #617FC5: hue angle of 222º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #617FC5 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 97 127 197 -
CMYK 0.51 0.36 0 0.23
HSL 222º 0.46% 0.58% -
HSV(B) 222º 0.51% 0.77% -
XYZ 22.6 21.75 55.83 -
YUV 126.01 168.06 107.31 -
System Red Green Blue C M Y K H S L
Decimal 97 127 197 0.51 0.36 0 0.23 222 0.46 0.58
Hex 61 7F C5 33 24 0 17 DE 2E 3A
Octal 141 177 305 63 44 0 27 336 56 72
Binary 1100001 1111111 11000101 110011 100100 0 10111 11011110 101110 111010

Color Harmonies of #617FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617FC5

Black with #617FC5

Text Example


Text Example

White with #617FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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