#694998

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

Shades of Studio #694998

Tints of Studio #694998

Color information

#694998 (or 0x694998) is unknown color: approx Studio. HEX triplet: 69, 49 and 98. RGB value is (105,73,152). Sum of RGB (Red+Green+Blue) = 105+73+152=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 152 (59.77% from 255 or 46.06% from 330); Max value from RGB is 152 - color contains mainly: blue. Hex color #694998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694998 is #96B667. Grayscale: #5B5B5B. Windows color (decimal): -9877096 or 9980265. OLE color: 9980265.

HSL color Cylindrical-coordinate representation of color #694998: hue angle of 264.3º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #694998 is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10573152-
CMYK0.310.5200.40
HSL264.3º35.11%44.12%-
HSV(B)264.3º51.97%59.61%-
XYZ13.8810.0430.91-
YUV91.57162.1137.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.82%
GREEN value IS 73 (28.91% from 255) = 22.12%
BLUE value IS 152 (59.77% from 255) = 46.06%
R=31.82%
G=22.12%
B=46.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal105731520.310.5200.40264.335.1144.12
Hex6949981F34028108232c
Octal15111123037640504104354
Binary1101001100100110011000111111101000101000100001000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694998; }

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

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

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

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

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

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

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

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