Html Css Color HEX #6579D7 Havelock Blue

📋 copy color: '#6579D7'

red 101 ◦ green 121 ◦ blue 215

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

Shades of Havelock Blue #6579D7

Tints of Havelock Blue #6579D7

RGB

 RED value IS 101 (39.84% from 255) = 23.11%

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

 BLUE value IS 215 (84.38% from 255) = 49.2%

R = 23.11%
G = 27.69%
B = 49.2%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6579D7 (or 0x6579D7) is known color: Havelock Blue. HEX triplet: 65, 79 and D7. RGB value is (101,121,215). Sum of RGB (Red+Green+Blue) = 101+121+215=437 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.11% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 215 (84.38% from 255 or 49.20% from 437); Max value from RGB is 215 - color contains mainly: blue. Hex color #6579D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6579D7 is #9A8628. Grayscale: #7D7D7D. Windows color (decimal): -10126889 or 14121317. OLE color: 14121317.

HSL color Cylindrical-coordinate representation of color #6579D7: hue angle of 229.47º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6579D7 is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 101 121 215 -
CMYK 0.53 0.44 0 0.16
HSL 229.47º 0.59% 0.62% -
HSV(B) 229.47º 0.53% 0.84% -
XYZ 24.47 21.35 67.12 -
YUV 125.74 178.37 110.36 -
System Red Green Blue C M Y K H S L
Decimal 101 121 215 0.53 0.44 0 0.16 229.47 0.59 0.62
Hex 65 79 D7 35 2C 0 10 E5 3B 3E
Octal 145 171 327 65 54 0 20 345 73 76
Binary 1100101 1111001 11010111 110101 101100 0 10000 11100101 111011 111110

Color Harmonies of #6579D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6579D7

Black with #6579D7

Text Example


Text Example

White with #6579D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6579D7; }

 p { color: rgb(101,121,215); }

 H1.HeaderClassName
 {
   color: #6579D7;
 }
 .AnyTagClassName
 {
   color: #6579D7;
 }
</style>

background-color css

<style>
 a { background-color: #6579D7; }

 a { background-color: rgb(101,121,215); }

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

border-color css

<style>
 span { border-color: #6579D7; }

 span { border-color: rgb(101,121,215); }

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