#6A69CB

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

Shades of Slate Blue #6A69CB

Tints of Slate Blue #6A69CB

Color information

#6A69CB (or 0x6A69CB) is unknown color: approx Slate Blue. HEX triplet: 6A, 69 and CB. RGB value is (106,105,203). Sum of RGB (Red+Green+Blue) = 106+105+203=414 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.60% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #6A69CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A69CB is #959634. Grayscale: #747474. Windows color (decimal): -9803317 or 13330794. OLE color: 13330794.

HSL color Cylindrical-coordinate representation of color #6A69CB: hue angle of 240.61º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A69CB is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB106105203-
CMYK0.480.4800.20
HSL240.61º48.51%60.39%-
HSV(B)240.61º48.28%79.61%-
XYZ21.7717.4858.73-
YUV116.47176.83120.53-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.60%
GREEN value IS 105 (41.41% from 255) = 25.36%
BLUE value IS 203 (79.69% from 255) = 49.03%
R=25.60%
G=25.36%
B=49.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1061052030.480.4800.20240.6148.5160.39
Hex6A69CB3030014f1313c
Octal15215131360600243616174
Binary110101011010011100101111000011000001010011110001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A69CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A69CB; }

 p { color: rgb(106,105,203); }

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

<style>
 a { background-color: #6A69CB; }

 a { background-color: rgb(106,105,203); }

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

<style>
 span { border-color: #6A69CB; }

 span { border-color: rgb(106,105,203); }

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