#6569D4

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

Shades of Slate Blue #6569D4

Tints of Slate Blue #6569D4

Color information

#6569D4 (or 0x6569D4) is unknown color: approx Slate Blue. HEX triplet: 65, 69 and D4. RGB value is (101,105,212). Sum of RGB (Red+Green+Blue) = 101+105+212=418 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.16% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 212 (83.20% from 255 or 50.72% from 418); Max value from RGB is 212 - color contains mainly: blue. Hex color #6569D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6569D4 is #9A962B. Grayscale: #737373. Windows color (decimal): -10130988 or 13920613. OLE color: 13920613.

HSL color Cylindrical-coordinate representation of color #6569D4: hue angle of 237.84º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6569D4 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB101105212-
CMYK0.520.5000.17
HSL237.84º56.35%61.37%-
HSV(B)237.84º52.36%83.14%-
XYZ22.317.6264.51-
YUV116182.17117.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.16%
GREEN value IS 105 (41.41% from 255) = 25.12%
BLUE value IS 212 (83.20% from 255) = 50.72%
R=24.16%
G=25.12%
B=50.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1011052120.520.5000.17237.8456.3561.37
Hex6569D43432011ee383d
Octal14515132464620213567075
Binary110010111010011101010011010011001001000111101110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6569D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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