#6469DD

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

Shades of Slate Blue #6469DD

Tints of Slate Blue #6469DD

Color information

#6469DD (or 0x6469DD) is unknown color: approx Slate Blue. HEX triplet: 64, 69 and DD. RGB value is (100,105,221). Sum of RGB (Red+Green+Blue) = 100+105+221=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #6469DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6469DD is #9B9622. Grayscale: #747474. Windows color (decimal): -10196515 or 14510436. OLE color: 14510436.

HSL color Cylindrical-coordinate representation of color #6469DD: hue angle of 237.52º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6469DD is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB100105221-
CMYK0.550.5200.13
HSL237.52º64.02%62.94%-
HSV(B)237.52º54.75%86.67%-
XYZ23.3618.0370.66-
YUV116.73186.84116.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.47%
GREEN value IS 105 (41.41% from 255) = 24.65%
BLUE value IS 221 (86.72% from 255) = 51.88%
R=23.47%
G=24.65%
B=51.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1001052210.550.5200.13237.5264.0262.94
Hex6469DD37340Dee403f
Octal144151335676401535610077
Binary110010011010011101110111011111010001101111011101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6469DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6469DD; }

 p { color: rgb(100,105,221); }

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

<style>
 a { background-color: #6469DD; }

 a { background-color: rgb(100,105,221); }

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

<style>
 span { border-color: #6469DD; }

 span { border-color: rgb(100,105,221); }

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