Html Css Color HEX #617DCA Havelock Blue

📋 copy color: '#617DCA'

red 97 ◦ green 125 ◦ blue 202

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

Shades of Havelock Blue #617DCA

Tints of Havelock Blue #617DCA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.48%

 BLUE value IS 202 (79.3% from 255) = 47.64%

R = 22.88%
G = 29.48%
B = 47.64%

CMYK

 C value IS 0.52

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#617DCA (or 0x617DCA) is known color: Havelock Blue. HEX triplet: 61, 7D and CA. RGB value is (97,125,202). Sum of RGB (Red+Green+Blue) = 97+125+202=424 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.88% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #617DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617DCA is #9E8235. Grayscale: #7D7D7D. Windows color (decimal): -10388022 or 13270369. OLE color: 13270369.

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

Color convert

RGB 97 125 202 -
CMYK 0.52 0.38 0 0.21
HSL 224º 0.5% 0.59% -
HSV(B) 224º 0.52% 0.79% -
XYZ 22.92 21.47 58.81 -
YUV 125.41 171.22 107.74 -
System Red Green Blue C M Y K H S L
Decimal 97 125 202 0.52 0.38 0 0.21 224 0.5 0.59
Hex 61 7D CA 34 26 0 15 E0 32 3B
Octal 141 175 312 64 46 0 25 340 62 73
Binary 1100001 1111101 11001010 110100 100110 0 10101 11100000 110010 111011

Color Harmonies of #617DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617DCA

Black with #617DCA

Text Example


Text Example

White with #617DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,125,202); }

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

background-color css

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

 a { background-color: rgb(97,125,202); }

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

border-color css

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

 span { border-color: rgb(97,125,202); }

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