Html Css Color HEX #617DBB Havelock Blue

📋 copy color: '#617DBB'

red 97 ◦ green 125 ◦ blue 187

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

Shades of Havelock Blue #617DBB

Tints of Havelock Blue #617DBB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.56%

 BLUE value IS 187 (73.44% from 255) = 45.72%

R = 23.72%
G = 30.56%
B = 45.72%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#617DBB (or 0x617DBB) is known color: Havelock Blue. HEX triplet: 61, 7D and BB. RGB value is (97,125,187). Sum of RGB (Red+Green+Blue) = 97+125+187=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 187 - color contains mainly: blue. Hex color #617DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617DBB is #9E8244. Grayscale: #7B7B7B. Windows color (decimal): -10388037 or 12287329. OLE color: 12287329.

HSL color Cylindrical-coordinate representation of color #617DBB: hue angle of 221.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #617DBB is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 125 187 -
CMYK 0.48 0.33 0 0.27
HSL 221.33º 0.4% 0.56% -
HSV(B) 221.33º 0.48% 0.73% -
XYZ 21.23 20.8 49.91 -
YUV 123.7 163.72 108.96 -
System Red Green Blue C M Y K H S L
Decimal 97 125 187 0.48 0.33 0 0.27 221.33 0.4 0.56
Hex 61 7D BB 30 21 0 1B DD 28 38
Octal 141 175 273 60 41 0 33 335 50 70
Binary 1100001 1111101 10111011 110000 100001 0 11011 11011101 101000 111000

Color Harmonies of #617DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617DBB

Black with #617DBB

Text Example


Text Example

White with #617DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,125,187); }

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

background-color css

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

 a { background-color: rgb(97,125,187); }

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

border-color css

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

 span { border-color: rgb(97,125,187); }

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