#6465CA

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

Shades of Slate Blue #6465CA

Tints of Slate Blue #6465CA

Color information

#6465CA (or 0x6465CA) is unknown color: approx Slate Blue. HEX triplet: 64, 65 and CA. RGB value is (100,101,202). Sum of RGB (Red+Green+Blue) = 100+101+202=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #6465CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6465CA is #9B9A35. Grayscale: #6F6F6F. Windows color (decimal): -10197558 or 13264228. OLE color: 13264228.

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

Color convert

RGB100101202-
CMYK0.500.5000.21
HSL239.41º49.04%59.22%-
HSV(B)239.41º50.5%79.22%-
XYZ20.5716.2857.94-
YUV112.22178.67119.29-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.81%
GREEN value IS 101 (39.84% from 255) = 25.06%
BLUE value IS 202 (79.30% from 255) = 50.12%
R=24.81%
G=25.06%
B=50.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1001012020.500.5000.21239.4149.0459.22
Hex6465CA3232015ef313b
Octal14414531262620253576173
Binary110010011001011100101011001011001001010111101111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6465CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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