Html Css Color HEX #617CBD Havelock Blue

📋 copy color: '#617CBD'

red 97 ◦ green 124 ◦ blue 189

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

Shades of Havelock Blue #617CBD

Tints of Havelock Blue #617CBD

RGB

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

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

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

R = 23.66%
G = 30.24%
B = 46.1%

CMYK

 C value IS 0.49

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#617CBD (or 0x617CBD) is known color: Havelock Blue. HEX triplet: 61, 7C and BD. RGB value is (97,124,189). Sum of RGB (Red+Green+Blue) = 97+124+189=410 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.66% from 410); Green value is 124 (48.83% from 255 or 30.24% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: blue. Hex color #617CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617CBD is #9E8342. Grayscale: #7B7B7B. Windows color (decimal): -10388291 or 12418145. OLE color: 12418145.

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

Color convert

RGB 97 124 189 -
CMYK 0.49 0.34 0 0.26
HSL 222.39º 0.41% 0.56% -
HSV(B) 222.39º 0.49% 0.74% -
XYZ 21.32 20.63 51 -
YUV 123.34 165.05 109.21 -
System Red Green Blue C M Y K H S L
Decimal 97 124 189 0.49 0.34 0 0.26 222.39 0.41 0.56
Hex 61 7C BD 31 22 0 1A DE 29 38
Octal 141 174 275 61 42 0 32 336 51 70
Binary 1100001 1111100 10111101 110001 100010 0 11010 11011110 101001 111000

Color Harmonies of #617CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617CBD

Black with #617CBD

Text Example


Text Example

White with #617CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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