Html Css Color HEX #6584D5 Havelock Blue

📋 copy color: '#6584D5'

red 101 ◦ green 132 ◦ blue 213

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

Shades of Havelock Blue #6584D5

Tints of Havelock Blue #6584D5

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.6%

 BLUE value IS 213 (83.59% from 255) = 47.76%

R = 22.65%
G = 29.6%
B = 47.76%

CMYK

 C value IS 0.53

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6584D5 (or 0x6584D5) is known color: Havelock Blue. HEX triplet: 65, 84 and D5. RGB value is (101,132,213). Sum of RGB (Red+Green+Blue) = 101+132+213=446 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.65% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 213 (83.59% from 255 or 47.76% from 446); Max value from RGB is 213 - color contains mainly: blue. Hex color #6584D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6584D5 is #9A7B2A. Grayscale: #838383. Windows color (decimal): -10124075 or 13993061. OLE color: 13993061.

HSL color Cylindrical-coordinate representation of color #6584D5: hue angle of 223.39º degrees, saturation: 0.57, 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 #6584D5 is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 101 132 213 -
CMYK 0.53 0.38 0 0.16
HSL 223.39º 0.57% 0.62% -
HSV(B) 223.39º 0.53% 0.84% -
XYZ 25.63 24.07 66.25 -
YUV 131.97 173.73 105.91 -
System Red Green Blue C M Y K H S L
Decimal 101 132 213 0.53 0.38 0 0.16 223.39 0.57 0.62
Hex 65 84 D5 35 26 0 10 DF 39 3E
Octal 145 204 325 65 46 0 20 337 71 76
Binary 1100101 10000100 11010101 110101 100110 0 10000 11011111 111001 111110

Color Harmonies of #6584D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6584D5

Black with #6584D5

Text Example


Text Example

White with #6584D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6584D5; }

 p { color: rgb(101,132,213); }

 H1.HeaderClassName
 {
   color: #6584D5;
 }
 .AnyTagClassName
 {
   color: #6584D5;
 }
</style>

background-color css

<style>
 a { background-color: #6584D5; }

 a { background-color: rgb(101,132,213); }

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

border-color css

<style>
 span { border-color: #6584D5; }

 span { border-color: rgb(101,132,213); }

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