Html Css Color HEX #617ACC Havelock Blue

📋 copy color: '#617ACC'

red 97 ◦ green 122 ◦ blue 204

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

Shades of Havelock Blue #617ACC

Tints of Havelock Blue #617ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.23%

R = 22.93%
G = 28.84%
B = 48.23%

CMYK

 C value IS 0.52

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#617ACC (or 0x617ACC) is known color: Havelock Blue. HEX triplet: 61, 7A and CC. RGB value is (97,122,204). Sum of RGB (Red+Green+Blue) = 97+122+204=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #617ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617ACC is #9E8533. Grayscale: #7B7B7B. Windows color (decimal): -10388788 or 13400673. OLE color: 13400673.

HSL color Cylindrical-coordinate representation of color #617ACC: hue angle of 225.98º degrees, saturation: 0.51, 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 #617ACC is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 97 122 204 -
CMYK 0.52 0.40 0 0.2
HSL 225.98º 0.51% 0.59% -
HSV(B) 225.98º 0.52% 0.8% -
XYZ 22.79 20.82 59.94 -
YUV 123.87 173.22 108.83 -
System Red Green Blue C M Y K H S L
Decimal 97 122 204 0.52 0.40 0 0.2 225.98 0.51 0.59
Hex 61 7A CC 34 28 0 14 E2 33 3B
Octal 141 172 314 64 50 0 24 342 63 73
Binary 1100001 1111010 11001100 110100 101000 0 10100 11100010 110011 111011

Color Harmonies of #617ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617ACC

Black with #617ACC

Text Example


Text Example

White with #617ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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