Html Css Color HEX #617CCD Havelock Blue

📋 copy color: '#617CCD'

red 97 ◦ green 124 ◦ blue 205

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

Shades of Havelock Blue #617CCD

Tints of Havelock Blue #617CCD

RGB

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

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

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

R = 22.77%
G = 29.11%
B = 48.12%

CMYK

 C value IS 0.53

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#617CCD (or 0x617CCD) is known color: Havelock Blue. HEX triplet: 61, 7C and CD. RGB value is (97,124,205). Sum of RGB (Red+Green+Blue) = 97+124+205=426 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.77% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #617CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617CCD is #9E8332. Grayscale: #7C7C7C. Windows color (decimal): -10388275 or 13466721. OLE color: 13466721.

HSL color Cylindrical-coordinate representation of color #617CCD: hue angle of 225º 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 #617CCD is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 124 205 -
CMYK 0.53 0.40 0 0.20
HSL 225º 0.52% 0.59% -
HSV(B) 225º 0.53% 0.8% -
XYZ 23.16 21.36 60.66 -
YUV 125.16 173.05 107.91 -
System Red Green Blue C M Y K H S L
Decimal 97 124 205 0.53 0.40 0 0.20 225 0.52 0.59
Hex 61 7C CD 35 28 0 14 E1 34 3B
Octal 141 174 315 65 50 0 24 341 64 73
Binary 1100001 1111100 11001101 110101 101000 0 10100 11100001 110100 111011

Color Harmonies of #617CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617CCD

Black with #617CCD

Text Example


Text Example

White with #617CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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