Html Css Color HEX #617BBF Havelock Blue

📋 copy color: '#617BBF'

red 97 ◦ green 123 ◦ blue 191

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

Shades of Havelock Blue #617BBF

Tints of Havelock Blue #617BBF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.93%

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

R = 23.6%
G = 29.93%
B = 46.47%

CMYK

 C value IS 0.49

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#617BBF (or 0x617BBF) is known color: Havelock Blue. HEX triplet: 61, 7B and BF. RGB value is (97,123,191). Sum of RGB (Red+Green+Blue) = 97+123+191=411 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.60% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #617BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617BBF is #9E8440. Grayscale: #7A7A7A. Windows color (decimal): -10388545 or 12548961. OLE color: 12548961.

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

Color convert

RGB 97 123 191 -
CMYK 0.49 0.36 0 0.25
HSL 223.4º 0.42% 0.56% -
HSV(B) 223.4º 0.49% 0.75% -
XYZ 21.42 20.47 52.11 -
YUV 122.98 166.39 109.47 -
System Red Green Blue C M Y K H S L
Decimal 97 123 191 0.49 0.36 0 0.25 223.4 0.42 0.56
Hex 61 7B BF 31 24 0 19 DF 2A 38
Octal 141 173 277 61 44 0 31 337 52 70
Binary 1100001 1111011 10111111 110001 100100 0 11001 11011111 101010 111000

Color Harmonies of #617BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617BBF

Black with #617BBF

Text Example


Text Example

White with #617BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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