#6565CD

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

Shades of Slate Blue #6565CD

Tints of Slate Blue #6565CD

Color information

#6565CD (or 0x6565CD) is unknown color: approx Slate Blue. HEX triplet: 65, 65 and CD. RGB value is (101,101,205). Sum of RGB (Red+Green+Blue) = 101+101+205=407 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.82% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #6565CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6565CD is #9A9A32. Grayscale: #707070. Windows color (decimal): -10132019 or 13460837. OLE color: 13460837.

HSL color Cylindrical-coordinate representation of color #6565CD: hue angle of 240º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6565CD is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB101101205-
CMYK0.510.5100.20
HSL240º50.98%60%-
HSV(B)240º50.73%80.39%-
XYZ21.0416.4859.83-
YUV112.86180119.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.82%
GREEN value IS 101 (39.84% from 255) = 24.82%
BLUE value IS 205 (80.47% from 255) = 50.37%
R=24.82%
G=24.82%
B=50.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1011012050.510.5100.2024050.9860
Hex6565CD3333014f0333c
Octal14514531563630243606374
Binary110010111001011100110111001111001101010011110000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6565CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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