Html Css Color HEX #6D469F Studio

📋 copy color: '#6D469F'

red 109 ◦ green 70 ◦ blue 159

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

Shades of Studio #6D469F

Tints of Studio #6D469F

RGB

 RED value IS 109 (42.97% from 255) = 32.25%

 GREEN value IS 70 (27.73% from 255) = 20.71%

 BLUE value IS 159 (62.5% from 255) = 47.04%

R = 32.25%
G = 20.71%
B = 47.04%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6D469F (or 0x6D469F) is known color: Studio. HEX triplet: 6D, 46 and 9F. RGB value is (109,70,159). Sum of RGB (Red+Green+Blue) = 109+70+159=338 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.25% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 159 - color contains mainly: blue. Hex color #6D469F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D469F is #92B960. Grayscale: #5B5B5B. Windows color (decimal): -9615713 or 10438253. OLE color: 10438253.

HSL color Cylindrical-coordinate representation of color #6D469F: hue angle of 266.29º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D469F is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 109 70 159 -
CMYK 0.31 0.56 0 0.38
HSL 266.29º 0.39% 0.45% -
HSV(B) 266.29º 0.56% 0.62% -
XYZ 14.75 10.13 33.98 -
YUV 91.81 165.92 140.26 -
System Red Green Blue C M Y K H S L
Decimal 109 70 159 0.31 0.56 0 0.38 266.29 0.39 0.45
Hex 6D 46 9F 1F 38 0 26 10A 27 2D
Octal 155 106 237 37 70 0 46 412 47 55
Binary 1101101 1000110 10011111 11111 111000 0 100110 100001010 100111 101101

Color Harmonies of #6D469F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D469F

Black with #6D469F

Text Example


Text Example

White with #6D469F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,70,159); }

 H1.HeaderClassName
 {
   color: #6D469F;
 }
 .AnyTagClassName
 {
   color: #6D469F;
 }
</style>

background-color css

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

 a { background-color: rgb(109,70,159); }

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

border-color css

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

 span { border-color: rgb(109,70,159); }

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