Html Css Color HEX #6D4BAF Studio

📋 copy color: '#6D4BAF'

red 109 ◦ green 75 ◦ blue 175

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

Shades of Studio #6D4BAF

Tints of Studio #6D4BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.75%

R = 30.36%
G = 20.89%
B = 48.75%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6D4BAF (or 0x6D4BAF) is known color: Studio. HEX triplet: 6D, 4B and AF. RGB value is (109,75,175). Sum of RGB (Red+Green+Blue) = 109+75+175=359 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.36% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #6D4BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4BAF is #92B450. Grayscale: #606060. Windows color (decimal): -9614417 or 11488109. OLE color: 11488109.

HSL color Cylindrical-coordinate representation of color #6D4BAF: hue angle of 260.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D4BAF is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 109 75 175 -
CMYK 0.38 0.57 0 0.31
HSL 260.4º 0.4% 0.49% -
HSV(B) 260.4º 0.57% 0.69% -
XYZ 16.56 11.38 41.88 -
YUV 96.57 172.26 136.87 -
System Red Green Blue C M Y K H S L
Decimal 109 75 175 0.38 0.57 0 0.31 260.4 0.4 0.49
Hex 6D 4B AF 26 39 0 1F 104 28 31
Octal 155 113 257 46 71 0 37 404 50 61
Binary 1101101 1001011 10101111 100110 111001 0 11111 100000100 101000 110001

Color Harmonies of #6D4BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4BAF

Black with #6D4BAF

Text Example


Text Example

White with #6D4BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,75,175); }

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

background-color css

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

 a { background-color: rgb(109,75,175); }

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

border-color css

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

 span { border-color: rgb(109,75,175); }

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