Html Css Color HEX #6C4CAE Studio

📋 copy color: '#6C4CAE'

red 108 ◦ green 76 ◦ blue 174

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

Shades of Studio #6C4CAE

Tints of Studio #6C4CAE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.23%

 BLUE value IS 174 (68.36% from 255) = 48.6%

R = 30.17%
G = 21.23%
B = 48.6%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6C4CAE (or 0x6C4CAE) is known color: Studio. HEX triplet: 6C, 4C and AE. RGB value is (108,76,174). Sum of RGB (Red+Green+Blue) = 108+76+174=358 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.17% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C4CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4CAE is #93B351. Grayscale: #606060. Windows color (decimal): -9679698 or 11422828. OLE color: 11422828.

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

Color convert

RGB 108 76 174 -
CMYK 0.38 0.56 0 0.32
HSL 259.59º 0.39% 0.49% -
HSV(B) 259.59º 0.56% 0.68% -
XYZ 16.41 11.41 41.38 -
YUV 96.74 171.6 136.03 -
System Red Green Blue C M Y K H S L
Decimal 108 76 174 0.38 0.56 0 0.32 259.59 0.39 0.49
Hex 6C 4C AE 26 38 0 20 104 27 31
Octal 154 114 256 46 70 0 40 404 47 61
Binary 1101100 1001100 10101110 100110 111000 0 100000 100000100 100111 110001

Color Harmonies of #6C4CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4CAE

Black with #6C4CAE

Text Example


Text Example

White with #6C4CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,76,174); }

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

background-color css

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

 a { background-color: rgb(108,76,174); }

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

border-color css

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

 span { border-color: rgb(108,76,174); }

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