#6465CE

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

Shades of Slate Blue #6465CE

Tints of Slate Blue #6465CE

Color information

#6465CE (or 0x6465CE) is unknown color: approx Slate Blue. HEX triplet: 64, 65 and CE. RGB value is (100,101,206). Sum of RGB (Red+Green+Blue) = 100+101+206=407 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.57% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #6465CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6465CE is #9B9A31. Grayscale: #707070. Windows color (decimal): -10197554 or 13526372. OLE color: 13526372.

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

Color convert

RGB100101206-
CMYK0.510.5100.19
HSL239.43º51.96%60%-
HSV(B)239.43º51.46%80.78%-
XYZ21.0516.4760.46-
YUV112.67180.67118.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.57%
GREEN value IS 101 (39.84% from 255) = 24.82%
BLUE value IS 206 (80.86% from 255) = 50.61%
R=24.57%
G=24.82%
B=50.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1001012060.510.5100.19239.4351.9660
Hex6465CE3333013ef343c
Octal14414531663630233576474
Binary110010011001011100111011001111001101001111101111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6465CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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