#6565CA

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

Shades of Slate Blue #6565CA

Tints of Slate Blue #6565CA

Color information

#6565CA (or 0x6565CA) is unknown color: approx Slate Blue. HEX triplet: 65, 65 and CA. RGB value is (101,101,202). Sum of RGB (Red+Green+Blue) = 101+101+202=404 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #6565CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6565CA is #9A9A35. Grayscale: #707070. Windows color (decimal): -10132022 or 13264229. OLE color: 13264229.

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

Color convert

RGB101101202-
CMYK0.500.5000.21
HSL240º48.79%59.41%-
HSV(B)240º50%79.22%-
XYZ20.6816.3457.94-
YUV112.51178.5119.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25%
GREEN value IS 101 (39.84% from 255) = 25%
BLUE value IS 202 (79.30% from 255) = 50%
R=25%
G=25%
B=50%

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
Decimal1011012020.500.5000.2124048.7959.41
Hex6565CA3232015f0313b
Octal14514531262620253606173
Binary110010111001011100101011001011001001010111110000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6565CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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