Html Css Color HEX #6584CF Havelock Blue

📋 copy color: '#6584CF'

red 101 ◦ green 132 ◦ blue 207

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

Shades of Havelock Blue #6584CF

Tints of Havelock Blue #6584CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.05%

R = 22.95%
G = 30%
B = 47.05%

CMYK

 C value IS 0.51

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6584CF (or 0x6584CF) is known color: Havelock Blue. HEX triplet: 65, 84 and CF. RGB value is (101,132,207). Sum of RGB (Red+Green+Blue) = 101+132+207=440 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.95% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #6584CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6584CF is #9A7B30. Grayscale: #828282. Windows color (decimal): -10124081 or 13599845. OLE color: 13599845.

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

Color convert

RGB 101 132 207 -
CMYK 0.51 0.36 0 0.19
HSL 222.45º 0.52% 0.6% -
HSV(B) 222.45º 0.51% 0.81% -
XYZ 24.88 23.77 62.31 -
YUV 131.28 170.73 106.4 -
System Red Green Blue C M Y K H S L
Decimal 101 132 207 0.51 0.36 0 0.19 222.45 0.52 0.6
Hex 65 84 CF 33 24 0 13 DE 34 3C
Octal 145 204 317 63 44 0 23 336 64 74
Binary 1100101 10000100 11001111 110011 100100 0 10011 11011110 110100 111100

Color Harmonies of #6584CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6584CF

Black with #6584CF

Text Example


Text Example

White with #6584CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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