#6583CA

Color #6583CA Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #6583CA

Tints of Havelock Blue #6583CA

Color information

#6583CA (or 0x6583CA) is unknown color: approx Havelock Blue. HEX triplet: 65, 83 and CA. RGB value is (101,131,202). Sum of RGB (Red+Green+Blue) = 101+131+202=434 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.27% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #6583CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6583CA is #9A7C35. Grayscale: #818181. Windows color (decimal): -10124342 or 13271909. OLE color: 13271909.

HSL color Cylindrical-coordinate representation of color #6583CA: hue angle of 222.18º 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 #6583CA is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB101131202-
CMYK0.500.3500.21
HSL222.18º48.79%59.41%-
HSV(B)222.18º50%79.22%-
XYZ24.1423.2659.09-
YUV130.12168.56107.23-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.27%
GREEN value IS 131 (51.56% from 255) = 30.18%
BLUE value IS 202 (79.30% from 255) = 46.54%
R=23.27%
G=30.18%
B=46.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1011312020.500.3500.21222.1848.7959.41
Hex6583CA3223015de313b
Octal14520331262430253366173
Binary1100101100000111100101011001010001101010111011110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6583CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6583CA;
 }
 .AnyTagClassName
 {
   color: #6583CA;
 }
</style>
background-color css

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

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

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

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

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

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