#6569CC

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

Shades of Slate Blue #6569CC

Tints of Slate Blue #6569CC

Color information

#6569CC (or 0x6569CC) is unknown color: approx Slate Blue. HEX triplet: 65, 69 and CC. RGB value is (101,105,204). Sum of RGB (Red+Green+Blue) = 101+105+204=410 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.63% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #6569CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6569CC is #9A9633. Grayscale: #727272. Windows color (decimal): -10130996 or 13396325. OLE color: 13396325.

HSL color Cylindrical-coordinate representation of color #6569CC: hue angle of 237.67º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6569CC is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB101105204-
CMYK0.500.4900.2
HSL237.67º50.24%59.8%-
HSV(B)237.67º50.49%80%-
XYZ21.3217.2359.33-
YUV115.09178.17117.95-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.63%
GREEN value IS 105 (41.41% from 255) = 25.61%
BLUE value IS 204 (80.08% from 255) = 49.76%
R=24.63%
G=25.61%
B=49.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1011052040.500.4900.2237.6750.2459.8
Hex6569CC3231014ee323c
Octal14515131462610243566274
Binary110010111010011100110011001011000101010011101110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6569CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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