#6769D0

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

Shades of Slate Blue #6769D0

Tints of Slate Blue #6769D0

Color information

#6769D0 (or 0x6769D0) is unknown color: approx Slate Blue. HEX triplet: 67, 69 and D0. RGB value is (103,105,208). Sum of RGB (Red+Green+Blue) = 103+105+208=416 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.76% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 208 (81.64% from 255 or 50% from 416); Max value from RGB is 208 - color contains mainly: blue. Hex color #6769D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6769D0 is #98962F. Grayscale: #737373. Windows color (decimal): -9999920 or 13658471. OLE color: 13658471.

HSL color Cylindrical-coordinate representation of color #6769D0: hue angle of 238.86º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6769D0 is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB103105208-
CMYK0.500.5000.18
HSL238.86º52.76%60.98%-
HSV(B)238.86º50.48%81.57%-
XYZ22.0317.5461.9-
YUV116.14179.84118.62-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.76%
GREEN value IS 105 (41.41% from 255) = 25.24%
BLUE value IS 208 (81.64% from 255) = 50%
R=24.76%
G=25.24%
B=50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1031052080.500.5000.18238.8652.7660.98
Hex6769D03232012ef353d
Octal14715132062620223576575
Binary110011111010011101000011001011001001001011101111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6769D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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