Html Css Color HEX #6584CD Havelock Blue

📋 copy color: '#6584CD'

red 101 ◦ green 132 ◦ blue 205

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

Shades of Havelock Blue #6584CD

Tints of Havelock Blue #6584CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.8%

R = 23.06%
G = 30.14%
B = 46.8%

CMYK

 C value IS 0.51

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6584CD (or 0x6584CD) is known color: Havelock Blue. HEX triplet: 65, 84 and CD. RGB value is (101,132,205). Sum of RGB (Red+Green+Blue) = 101+132+205=438 (58% of max value = 765). Red value is 101 (39.84% from 255 or 23.06% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #6584CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6584CD is #9A7B32. Grayscale: #828282. Windows color (decimal): -10124083 or 13468773. OLE color: 13468773.

HSL color Cylindrical-coordinate representation of color #6584CD: hue angle of 222.12º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6584CD is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 132 205 -
CMYK 0.51 0.36 0 0.20
HSL 222.12º 0.51% 0.6% -
HSV(B) 222.12º 0.51% 0.8% -
XYZ 24.64 23.68 61.03 -
YUV 131.05 169.73 106.56 -
System Red Green Blue C M Y K H S L
Decimal 101 132 205 0.51 0.36 0 0.20 222.12 0.51 0.6
Hex 65 84 CD 33 24 0 14 DE 33 3C
Octal 145 204 315 63 44 0 24 336 63 74
Binary 1100101 10000100 11001101 110011 100100 0 10100 11011110 110011 111100

Color Harmonies of #6584CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6584CD

Black with #6584CD

Text Example


Text Example

White with #6584CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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