Html Css Color HEX #617BCD Havelock Blue

📋 copy color: '#617BCD'

red 97 ◦ green 123 ◦ blue 205

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

Shades of Havelock Blue #617BCD

Tints of Havelock Blue #617BCD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.94%

 BLUE value IS 205 (80.47% from 255) = 48.24%

R = 22.82%
G = 28.94%
B = 48.24%

CMYK

 C value IS 0.53

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#617BCD (or 0x617BCD) is known color: Havelock Blue. HEX triplet: 61, 7B and CD. RGB value is (97,123,205). Sum of RGB (Red+Green+Blue) = 97+123+205=425 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.82% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #617BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617BCD is #9E8432. Grayscale: #7C7C7C. Windows color (decimal): -10388531 or 13466465. OLE color: 13466465.

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

Color convert

RGB 97 123 205 -
CMYK 0.53 0.4 0 0.20
HSL 225.56º 0.52% 0.59% -
HSV(B) 225.56º 0.53% 0.8% -
XYZ 23.03 21.12 60.62 -
YUV 124.57 173.39 108.33 -
System Red Green Blue C M Y K H S L
Decimal 97 123 205 0.53 0.4 0 0.20 225.56 0.52 0.59
Hex 61 7B CD 35 28 0 14 E2 34 3B
Octal 141 173 315 65 50 0 24 342 64 73
Binary 1100001 1111011 11001101 110101 101000 0 10100 11100010 110100 111011

Color Harmonies of #617BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617BCD

Black with #617BCD

Text Example


Text Example

White with #617BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,123,205); }

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

background-color css

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

 a { background-color: rgb(97,123,205); }

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

border-color css

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

 span { border-color: rgb(97,123,205); }

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