Html Css Color HEX #6F4DAB Studio

📋 copy color: '#6F4DAB'

red 111 ◦ green 77 ◦ blue 171

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

Shades of Studio #6F4DAB

Tints of Studio #6F4DAB

RGB

 RED value IS 111 (43.75% from 255) = 30.92%

 GREEN value IS 77 (30.47% from 255) = 21.45%

 BLUE value IS 171 (67.19% from 255) = 47.63%

R = 30.92%
G = 21.45%
B = 47.63%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F4DAB (or 0x6F4DAB) is known color: Studio. HEX triplet: 6F, 4D and AB. RGB value is (111,77,171). Sum of RGB (Red+Green+Blue) = 111+77+171=359 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.92% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F4DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F4DAB is #90B254. Grayscale: #616161. Windows color (decimal): -9482837 or 11226479. OLE color: 11226479.

HSL color Cylindrical-coordinate representation of color #6F4DAB: hue angle of 261.7º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F4DAB is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 111 77 171 -
CMYK 0.35 0.55 0 0.33
HSL 261.7º 0.38% 0.49% -
HSV(B) 261.7º 0.55% 0.67% -
XYZ 16.56 11.63 39.9 -
YUV 97.88 169.26 137.36 -
System Red Green Blue C M Y K H S L
Decimal 111 77 171 0.35 0.55 0 0.33 261.7 0.38 0.49
Hex 6F 4D AB 23 37 0 21 106 26 31
Octal 157 115 253 43 67 0 41 406 46 61
Binary 1101111 1001101 10101011 100011 110111 0 100001 100000110 100110 110001

Color Harmonies of #6F4DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4DAB

Black with #6F4DAB

Text Example


Text Example

White with #6F4DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,77,171); }

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

background-color css

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

 a { background-color: rgb(111,77,171); }

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

border-color css

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

 span { border-color: rgb(111,77,171); }

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