Html Css Color HEX #617BDA Havelock Blue

📋 copy color: '#617BDA'

red 97 ◦ green 123 ◦ blue 218

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

Shades of Havelock Blue #617BDA

Tints of Havelock Blue #617BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.77%

R = 22.15%
G = 28.08%
B = 49.77%

CMYK

 C value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#617BDA (or 0x617BDA) is known color: Havelock Blue. HEX triplet: 61, 7B and DA. RGB value is (97,123,218). Sum of RGB (Red+Green+Blue) = 97+123+218=438 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.15% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #617BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617BDA is #9E8425. Grayscale: #7D7D7D. Windows color (decimal): -10388518 or 14318433. OLE color: 14318433.

HSL color Cylindrical-coordinate representation of color #617BDA: hue angle of 227.11º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #617BDA is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 123 218 -
CMYK 0.56 0.44 0 0.15
HSL 227.11º 0.62% 0.62% -
HSV(B) 227.11º 0.56% 0.85% -
XYZ 24.67 21.77 69.23 -
YUV 126.06 179.89 107.28 -
System Red Green Blue C M Y K H S L
Decimal 97 123 218 0.56 0.44 0 0.15 227.11 0.62 0.62
Hex 61 7B DA 38 2C 0 F E3 3E 3E
Octal 141 173 332 70 54 0 17 343 76 76
Binary 1100001 1111011 11011010 111000 101100 0 1111 11100011 111110 111110

Color Harmonies of #617BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617BDA

Black with #617BDA

Text Example


Text Example

White with #617BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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