#6769D5

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

Shades of Slate Blue #6769D5

Tints of Slate Blue #6769D5

Color information

#6769D5 (or 0x6769D5) is unknown color: approx Slate Blue. HEX triplet: 67, 69 and D5. RGB value is (103,105,213). Sum of RGB (Red+Green+Blue) = 103+105+213=421 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.47% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 213 (83.59% from 255 or 50.59% from 421); Max value from RGB is 213 - color contains mainly: blue. Hex color #6769D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6769D5 is #98962A. Grayscale: #747474. Windows color (decimal): -9999915 or 13986151. OLE color: 13986151.

HSL color Cylindrical-coordinate representation of color #6769D5: hue angle of 238.91º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6769D5 is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB103105213-
CMYK0.520.5100.16
HSL238.91º56.7%61.96%-
HSV(B)238.91º51.64%83.53%-
XYZ22.6617.7965.19-
YUV116.71182.34118.22-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.47%
GREEN value IS 105 (41.41% from 255) = 24.94%
BLUE value IS 213 (83.59% from 255) = 50.59%
R=24.47%
G=24.94%
B=50.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1031052130.520.5100.16238.9156.761.96
Hex6769D53433010ef393e
Octal14715132564630203577176
Binary110011111010011101010111010011001101000011101111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6769D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6769D5; }

 p { color: rgb(103,105,213); }

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

<style>
 a { background-color: #6769D5; }

 a { background-color: rgb(103,105,213); }

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

<style>
 span { border-color: #6769D5; }

 span { border-color: rgb(103,105,213); }

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