Html Css Color HEX #617BBD Havelock Blue

📋 copy color: '#617BBD'

red 97 ◦ green 123 ◦ blue 189

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

Shades of Havelock Blue #617BBD

Tints of Havelock Blue #617BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.21%

R = 23.72%
G = 30.07%
B = 46.21%

CMYK

 C value IS 0.49

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#617BBD (or 0x617BBD) is known color: Havelock Blue. HEX triplet: 61, 7B and BD. RGB value is (97,123,189). Sum of RGB (Red+Green+Blue) = 97+123+189=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #617BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617BBD is #9E8442. Grayscale: #7A7A7A. Windows color (decimal): -10388547 or 12417889. OLE color: 12417889.

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

Color convert

RGB 97 123 189 -
CMYK 0.49 0.35 0 0.26
HSL 223.04º 0.41% 0.56% -
HSV(B) 223.04º 0.49% 0.74% -
XYZ 21.2 20.38 50.96 -
YUV 122.75 165.39 109.63 -
System Red Green Blue C M Y K H S L
Decimal 97 123 189 0.49 0.35 0 0.26 223.04 0.41 0.56
Hex 61 7B BD 31 23 0 1A DF 29 38
Octal 141 173 275 61 43 0 32 337 51 70
Binary 1100001 1111011 10111101 110001 100011 0 11010 11011111 101001 111000

Color Harmonies of #617BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617BBD

Black with #617BBD

Text Example


Text Example

White with #617BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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