Html Css Color HEX #694B95 Studio

📋 copy color: '#694B95'

red 105 ◦ green 75 ◦ blue 149

#694B95
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #694B95

Tints of Studio #694B95

RGB

 RED value IS 105 (41.41% from 255) = 31.91%

 GREEN value IS 75 (29.69% from 255) = 22.8%

 BLUE value IS 149 (58.59% from 255) = 45.29%

R = 31.91%
G = 22.8%
B = 45.29%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#694B95 (or 0x694B95) is known color: Studio. HEX triplet: 69, 4B and 95. RGB value is (105,75,149). Sum of RGB (Red+Green+Blue) = 105+75+149=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 149 - color contains mainly: blue. Hex color #694B95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694B95 is #96B46A. Grayscale: #5C5C5C. Windows color (decimal): -9876587 or 9784169. OLE color: 9784169.

HSL color Cylindrical-coordinate representation of color #694B95: hue angle of 264.32º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #694B95 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 75 149 -
CMYK 0.30 0.50 0 0.42
HSL 264.32º 0.33% 0.44% -
HSV(B) 264.32º 0.5% 0.58% -
XYZ 13.77 10.21 29.68 -
YUV 92.41 159.94 136.98 -
System Red Green Blue C M Y K H S L
Decimal 105 75 149 0.30 0.50 0 0.42 264.32 0.33 0.44
Hex 69 4B 95 1E 32 0 2A 108 21 2C
Octal 151 113 225 36 62 0 52 410 41 54
Binary 1101001 1001011 10010101 11110 110010 0 101010 100001000 100001 101100

Color Harmonies of #694B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694B95

Black with #694B95

Text Example


Text Example

White with #694B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #694B95;
 }
 .AnyTagClassName
 {
   color: #694B95;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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