#645FCC

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

Shades of Slate Blue #645FCC

Tints of Slate Blue #645FCC

Color information

#645FCC (or 0x645FCC) is unknown color: approx Slate Blue. HEX triplet: 64, 5F and CC. RGB value is (100,95,204). Sum of RGB (Red+Green+Blue) = 100+95+204=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #645FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645FCC is #9BA033. Grayscale: #6C6C6C. Windows color (decimal): -10199092 or 13393764. OLE color: 13393764.

HSL color Cylindrical-coordinate representation of color #645FCC: hue angle of 242.75º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #645FCC is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10095204-
CMYK0.510.5300.2
HSL242.75º51.66%58.63%-
HSV(B)242.75º53.43%80%-
XYZ20.2515.2559-
YUV108.92181.66121.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.06%
GREEN value IS 95 (37.5% from 255) = 23.81%
BLUE value IS 204 (80.08% from 255) = 51.13%
R=25.06%
G=23.81%
B=51.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal100952040.510.5300.2242.7551.6658.63
Hex645FCC3335014f3343b
Octal14413731463650243636473
Binary110010010111111100110011001111010101010011110011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645FCC; }

 p { color: rgb(100,95,204); }

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

<style>
 a { background-color: #645FCC; }

 a { background-color: rgb(100,95,204); }

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

<style>
 span { border-color: #645FCC; }

 span { border-color: rgb(100,95,204); }

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