#6949AD

Color #6949AD Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #6949AD

Tints of Studio #6949AD

Color information

#6949AD (or 0x6949AD) is unknown color: approx Studio. HEX triplet: 69, 49 and AD. RGB value is (105,73,173). Sum of RGB (Red+Green+Blue) = 105+73+173=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #6949AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6949AD is #96B652. Grayscale: #5D5D5D. Windows color (decimal): -9877075 or 11356521. OLE color: 11356521.

HSL color Cylindrical-coordinate representation of color #6949AD: hue angle of 259.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6949AD is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10573173-
CMYK0.390.5800.32
HSL259.2º40.65%48.24%-
HSV(B)259.2º57.8%67.84%-
XYZ15.7510.7940.79-
YUV93.97172.6135.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.91%
GREEN value IS 73 (28.91% from 255) = 20.80%
BLUE value IS 173 (67.97% from 255) = 49.29%
R=29.91%
G=20.80%
B=49.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal105731730.390.5800.32259.240.6548.24
Hex6949AD273A0201032930
Octal15111125547720404035160
Binary11010011001001101011011001111110100100000100000011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6949AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6949AD; }

 p { color: rgb(105,73,173); }

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

<style>
 a { background-color: #6949AD; }

 a { background-color: rgb(105,73,173); }

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

<style>
 span { border-color: #6949AD; }

 span { border-color: rgb(105,73,173); }

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