#6569CA

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

Shades of Slate Blue #6569CA

Tints of Slate Blue #6569CA

Color information

#6569CA (or 0x6569CA) is unknown color: approx Slate Blue. HEX triplet: 65, 69 and CA. RGB value is (101,105,202). Sum of RGB (Red+Green+Blue) = 101+105+202=408 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.75% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #6569CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6569CA is #9A9635. Grayscale: #727272. Windows color (decimal): -10130998 or 13265253. OLE color: 13265253.

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

Color convert

RGB101105202-
CMYK0.500.4800.21
HSL237.62º48.79%59.41%-
HSV(B)237.62º50%79.22%-
XYZ21.0817.1358.07-
YUV114.86177.17118.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.75%
GREEN value IS 105 (41.41% from 255) = 25.74%
BLUE value IS 202 (79.30% from 255) = 49.51%
R=24.75%
G=25.74%
B=49.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1011052020.500.4800.21237.6248.7959.41
Hex6569CA3230015ee313b
Octal14515131262600253566173
Binary110010111010011100101011001011000001010111101110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6569CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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