Html Css Color HEX #6C4BAF Studio

📋 copy color: '#6C4BAF'

red 108 ◦ green 75 ◦ blue 175

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

Shades of Studio #6C4BAF

Tints of Studio #6C4BAF

RGB

 RED value IS 108 (42.58% from 255) = 30.17%

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

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

R = 30.17%
G = 20.95%
B = 48.88%

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

#6C4BAF (or 0x6C4BAF) is known color: Studio. HEX triplet: 6C, 4B and AF. RGB value is (108,75,175). Sum of RGB (Red+Green+Blue) = 108+75+175=358 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.17% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C4BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4BAF is #93B450. Grayscale: #5F5F5F. Windows color (decimal): -9679953 or 11488108. OLE color: 11488108.

HSL color Cylindrical-coordinate representation of color #6C4BAF: hue angle of 259.8º 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 #6C4BAF is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 108 75 175 -
CMYK 0.38 0.57 0 0.31
HSL 259.8º 0.4% 0.49% -
HSV(B) 259.8º 0.57% 0.69% -
XYZ 16.44 11.32 41.88 -
YUV 96.27 172.43 136.37 -
System Red Green Blue C M Y K H S L
Decimal 108 75 175 0.38 0.57 0 0.31 259.8 0.4 0.49
Hex 6C 4B AF 26 39 0 1F 104 28 31
Octal 154 113 257 46 71 0 37 404 50 61
Binary 1101100 1001011 10101111 100110 111001 0 11111 100000100 101000 110001

Color Harmonies of #6C4BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4BAF

Black with #6C4BAF

Text Example


Text Example

White with #6C4BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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