Html Css Color HEX #617CBF Havelock Blue

📋 copy color: '#617CBF'

red 97 ◦ green 124 ◦ blue 191

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

Shades of Havelock Blue #617CBF

Tints of Havelock Blue #617CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.36%

R = 23.54%
G = 30.1%
B = 46.36%

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

#617CBF (or 0x617CBF) is known color: Havelock Blue. HEX triplet: 61, 7C and BF. RGB value is (97,124,191). Sum of RGB (Red+Green+Blue) = 97+124+191=412 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.54% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #617CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617CBF is #9E8340. Grayscale: #7B7B7B. Windows color (decimal): -10388289 or 12549217. OLE color: 12549217.

HSL color Cylindrical-coordinate representation of color #617CBF: hue angle of 222.77º 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 #617CBF is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 124 191 -
CMYK 0.49 0.35 0 0.25
HSL 222.77º 0.42% 0.56% -
HSV(B) 222.77º 0.49% 0.75% -
XYZ 21.54 20.72 52.15 -
YUV 123.57 166.05 109.05 -
System Red Green Blue C M Y K H S L
Decimal 97 124 191 0.49 0.35 0 0.25 222.77 0.42 0.56
Hex 61 7C BF 31 23 0 19 DF 2A 38
Octal 141 174 277 61 43 0 31 337 52 70
Binary 1100001 1111100 10111111 110001 100011 0 11001 11011111 101010 111000

Color Harmonies of #617CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617CBF

Black with #617CBF

Text Example


Text Example

White with #617CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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