Html Css Color HEX #617CBC Havelock Blue

📋 copy color: '#617CBC'

red 97 ◦ green 124 ◦ blue 188

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

Shades of Havelock Blue #617CBC

Tints of Havelock Blue #617CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.97%

R = 23.72%
G = 30.32%
B = 45.97%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#617CBC (or 0x617CBC) is known color: Havelock Blue. HEX triplet: 61, 7C and BC. RGB value is (97,124,188). Sum of RGB (Red+Green+Blue) = 97+124+188=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 124 (48.83% from 255 or 30.32% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #617CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617CBC is #9E8343. Grayscale: #7A7A7A. Windows color (decimal): -10388292 or 12352609. OLE color: 12352609.

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

Color convert

RGB 97 124 188 -
CMYK 0.48 0.34 0 0.26
HSL 222.2º 0.4% 0.56% -
HSV(B) 222.2º 0.48% 0.74% -
XYZ 21.21 20.59 50.43 -
YUV 123.22 164.55 109.3 -
System Red Green Blue C M Y K H S L
Decimal 97 124 188 0.48 0.34 0 0.26 222.2 0.4 0.56
Hex 61 7C BC 30 22 0 1A DE 28 38
Octal 141 174 274 60 42 0 32 336 50 70
Binary 1100001 1111100 10111100 110000 100010 0 11010 11011110 101000 111000

Color Harmonies of #617CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617CBC

Black with #617CBC

Text Example


Text Example

White with #617CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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