Html Css Color HEX #617ACB Havelock Blue

📋 copy color: '#617ACB'

red 97 ◦ green 122 ◦ blue 203

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

Shades of Havelock Blue #617ACB

Tints of Havelock Blue #617ACB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.91%

 BLUE value IS 203 (79.69% from 255) = 48.1%

R = 22.99%
G = 28.91%
B = 48.1%

CMYK

 C value IS 0.52

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#617ACB (or 0x617ACB) is known color: Havelock Blue. HEX triplet: 61, 7A and CB. RGB value is (97,122,203). Sum of RGB (Red+Green+Blue) = 97+122+203=422 (55% of max value = 765). Red value is 97 (38.28% from 255 or 22.99% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #617ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617ACB is #9E8534. Grayscale: #7B7B7B. Windows color (decimal): -10388789 or 13335137. OLE color: 13335137.

HSL color Cylindrical-coordinate representation of color #617ACB: hue angle of 225.85º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #617ACB is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 122 203 -
CMYK 0.52 0.40 0 0.20
HSL 225.85º 0.5% 0.59% -
HSV(B) 225.85º 0.52% 0.8% -
XYZ 22.67 20.77 59.31 -
YUV 123.76 172.72 108.91 -
System Red Green Blue C M Y K H S L
Decimal 97 122 203 0.52 0.40 0 0.20 225.85 0.5 0.59
Hex 61 7A CB 34 28 0 14 E2 32 3B
Octal 141 172 313 64 50 0 24 342 62 73
Binary 1100001 1111010 11001011 110100 101000 0 10100 11100010 110010 111011

Color Harmonies of #617ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617ACB

Black with #617ACB

Text Example


Text Example

White with #617ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,122,203); }

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

background-color css

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

 a { background-color: rgb(97,122,203); }

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

border-color css

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

 span { border-color: rgb(97,122,203); }

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