Html Css Color HEX #617CBE Havelock Blue

📋 copy color: '#617CBE'

red 97 ◦ green 124 ◦ blue 190

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

Shades of Havelock Blue #617CBE

Tints of Havelock Blue #617CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.23%

R = 23.6%
G = 30.17%
B = 46.23%

CMYK

 C value IS 0.49

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#617CBE (or 0x617CBE) is known color: Havelock Blue. HEX triplet: 61, 7C and BE. RGB value is (97,124,190). Sum of RGB (Red+Green+Blue) = 97+124+190=411 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.60% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #617CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617CBE is #9E8341. Grayscale: #7B7B7B. Windows color (decimal): -10388290 or 12483681. OLE color: 12483681.

HSL color Cylindrical-coordinate representation of color #617CBE: hue angle of 222.58º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #617CBE is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 124 190 -
CMYK 0.49 0.35 0 0.25
HSL 222.58º 0.42% 0.56% -
HSV(B) 222.58º 0.49% 0.75% -
XYZ 21.43 20.67 51.58 -
YUV 123.45 165.55 109.13 -
System Red Green Blue C M Y K H S L
Decimal 97 124 190 0.49 0.35 0 0.25 222.58 0.42 0.56
Hex 61 7C BE 31 23 0 19 DF 2A 38
Octal 141 174 276 61 43 0 31 337 52 70
Binary 1100001 1111100 10111110 110001 100011 0 11001 11011111 101010 111000

Color Harmonies of #617CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617CBE

Black with #617CBE

Text Example


Text Example

White with #617CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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