Html Css Color HEX #617CC5 Havelock Blue

📋 copy color: '#617CC5'

red 97 ◦ green 124 ◦ blue 197

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

Shades of Havelock Blue #617CC5

Tints of Havelock Blue #617CC5

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.67%

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

R = 23.21%
G = 29.67%
B = 47.13%

CMYK

 C value IS 0.51

 M value IS 0.37

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#617CC5 (or 0x617CC5) is known color: Havelock Blue. HEX triplet: 61, 7C and C5. RGB value is (97,124,197). Sum of RGB (Red+Green+Blue) = 97+124+197=418 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.21% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 197 (77.34% from 255 or 47.13% from 418); Max value from RGB is 197 - color contains mainly: blue. Hex color #617CC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617CC5 is #9E833A. Grayscale: #7B7B7B. Windows color (decimal): -10388283 or 12942433. OLE color: 12942433.

HSL color Cylindrical-coordinate representation of color #617CC5: hue angle of 223.8º 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 #617CC5 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 97 124 197 -
CMYK 0.51 0.37 0 0.23
HSL 223.8º 0.46% 0.58% -
HSV(B) 223.8º 0.51% 0.77% -
XYZ 22.22 20.99 55.7 -
YUV 124.25 169.05 108.56 -
System Red Green Blue C M Y K H S L
Decimal 97 124 197 0.51 0.37 0 0.23 223.8 0.46 0.58
Hex 61 7C C5 33 25 0 17 E0 2E 3A
Octal 141 174 305 63 45 0 27 340 56 72
Binary 1100001 1111100 11000101 110011 100101 0 10111 11100000 101110 111010

Color Harmonies of #617CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617CC5

Black with #617CC5

Text Example


Text Example

White with #617CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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