Html Css Color HEX #617BBE Havelock Blue

📋 copy color: '#617BBE'

red 97 ◦ green 123 ◦ blue 190

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

Shades of Havelock Blue #617BBE

Tints of Havelock Blue #617BBE

RGB

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

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

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

R = 23.66%
G = 30%
B = 46.34%

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

#617BBE (or 0x617BBE) is known color: Havelock Blue. HEX triplet: 61, 7B and BE. RGB value is (97,123,190). Sum of RGB (Red+Green+Blue) = 97+123+190=410 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.66% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #617BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617BBE is #9E8441. Grayscale: #7A7A7A. Windows color (decimal): -10388546 or 12483425. OLE color: 12483425.

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

Color convert

RGB 97 123 190 -
CMYK 0.49 0.35 0 0.25
HSL 223.23º 0.42% 0.56% -
HSV(B) 223.23º 0.49% 0.75% -
XYZ 21.31 20.43 51.53 -
YUV 122.86 165.89 109.55 -
System Red Green Blue C M Y K H S L
Decimal 97 123 190 0.49 0.35 0 0.25 223.23 0.42 0.56
Hex 61 7B BE 31 23 0 19 DF 2A 38
Octal 141 173 276 61 43 0 31 337 52 70
Binary 1100001 1111011 10111110 110001 100011 0 11001 11011111 101010 111000

Color Harmonies of #617BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617BBE

Black with #617BBE

Text Example


Text Example

White with #617BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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