Html Css Color HEX #6584CA Havelock Blue

📋 copy color: '#6584CA'

red 101 ◦ green 132 ◦ blue 202

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

Shades of Havelock Blue #6584CA

Tints of Havelock Blue #6584CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.44%

R = 23.22%
G = 30.34%
B = 46.44%

CMYK

 C value IS 0.50

 M value IS 0.35

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6584CA (or 0x6584CA) is known color: Havelock Blue. HEX triplet: 65, 84 and CA. RGB value is (101,132,202). Sum of RGB (Red+Green+Blue) = 101+132+202=435 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.22% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #6584CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6584CA is #9A7B35. Grayscale: #828282. Windows color (decimal): -10124086 or 13272165. OLE color: 13272165.

HSL color Cylindrical-coordinate representation of color #6584CA: hue angle of 221.58º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6584CA is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 101 132 202 -
CMYK 0.50 0.35 0 0.21
HSL 221.58º 0.49% 0.59% -
HSV(B) 221.58º 0.5% 0.79% -
XYZ 24.28 23.53 59.14 -
YUV 130.71 168.23 106.81 -
System Red Green Blue C M Y K H S L
Decimal 101 132 202 0.50 0.35 0 0.21 221.58 0.49 0.59
Hex 65 84 CA 32 23 0 15 DE 31 3B
Octal 145 204 312 62 43 0 25 336 61 73
Binary 1100101 10000100 11001010 110010 100011 0 10101 11011110 110001 111011

Color Harmonies of #6584CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6584CA

Black with #6584CA

Text Example


Text Example

White with #6584CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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