#694BAB

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

Shades of Studio #694BAB

Tints of Studio #694BAB

Color information

#694BAB (or 0x694BAB) is unknown color: approx Studio. HEX triplet: 69, 4B and AB. RGB value is (105,75,171). Sum of RGB (Red+Green+Blue) = 105+75+171=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #694BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694BAB is #96B454. Grayscale: #5E5E5E. Windows color (decimal): -9876565 or 11225961. OLE color: 11225961.

HSL color Cylindrical-coordinate representation of color #694BAB: hue angle of 258.75º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #694BAB is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10575171-
CMYK0.390.5600.33
HSL258.75º39.02%48.24%-
HSV(B)258.75º56.14%67.06%-
XYZ15.6910.9839.82-
YUV94.91170.94135.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.91%
GREEN value IS 75 (29.69% from 255) = 21.37%
BLUE value IS 171 (67.19% from 255) = 48.72%
R=29.91%
G=21.37%
B=48.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal105751710.390.5600.33258.7539.0248.24
Hex694BAB27380211032730
Octal15111325347700414034760
Binary11010011001011101010111001111110000100001100000011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694BAB; }

 p { color: rgb(105,75,171); }

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

<style>
 a { background-color: #694BAB; }

 a { background-color: rgb(105,75,171); }

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

<style>
 span { border-color: #694BAB; }

 span { border-color: rgb(105,75,171); }

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