Html Css Color HEX #6179DB Havelock Blue

📋 copy color: '#6179DB'

red 97 ◦ green 121 ◦ blue 219

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

Shades of Havelock Blue #6179DB

Tints of Havelock Blue #6179DB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.69%

 BLUE value IS 219 (85.94% from 255) = 50.11%

R = 22.2%
G = 27.69%
B = 50.11%

CMYK

 C value IS 0.56

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6179DB (or 0x6179DB) is known color: Havelock Blue. HEX triplet: 61, 79 and DB. RGB value is (97,121,219). Sum of RGB (Red+Green+Blue) = 97+121+219=437 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.20% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #6179DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6179DB is #9E8624. Grayscale: #7C7C7C. Windows color (decimal): -10389029 or 14383457. OLE color: 14383457.

HSL color Cylindrical-coordinate representation of color #6179DB: hue angle of 228.2º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6179DB is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 121 219 -
CMYK 0.56 0.45 0 0.14
HSL 228.2º 0.63% 0.62% -
HSV(B) 228.2º 0.56% 0.86% -
XYZ 24.55 21.33 69.84 -
YUV 125 181.05 108.03 -
System Red Green Blue C M Y K H S L
Decimal 97 121 219 0.56 0.45 0 0.14 228.2 0.63 0.62
Hex 61 79 DB 38 2D 0 E E4 3F 3E
Octal 141 171 333 70 55 0 16 344 77 76
Binary 1100001 1111001 11011011 111000 101101 0 1110 11100100 111111 111110

Color Harmonies of #6179DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6179DB

Black with #6179DB

Text Example


Text Example

White with #6179DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6179DB; }

 p { color: rgb(97,121,219); }

 H1.HeaderClassName
 {
   color: #6179DB;
 }
 .AnyTagClassName
 {
   color: #6179DB;
 }
</style>

background-color css

<style>
 a { background-color: #6179DB; }

 a { background-color: rgb(97,121,219); }

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

border-color css

<style>
 span { border-color: #6179DB; }

 span { border-color: rgb(97,121,219); }

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