Html Css Color HEX #6C489A Studio

📋 copy color: '#6C489A'

red 108 ◦ green 72 ◦ blue 154

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

Shades of Studio #6C489A

Tints of Studio #6C489A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.56%

 BLUE value IS 154 (60.55% from 255) = 46.11%

R = 32.34%
G = 21.56%
B = 46.11%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6C489A (or 0x6C489A) is known color: Studio. HEX triplet: 6C, 48 and 9A. RGB value is (108,72,154). Sum of RGB (Red+Green+Blue) = 108+72+154=334 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.34% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 154 (60.55% from 255 or 46.11% from 334); Max value from RGB is 154 - color contains mainly: blue. Hex color #6C489A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C489A is #93B765. Grayscale: #5B5B5B. Windows color (decimal): -9680742 or 10111084. OLE color: 10111084.

HSL color Cylindrical-coordinate representation of color #6C489A: hue angle of 266.34º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6C489A is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 108 72 154 -
CMYK 0.30 0.53 0 0.40
HSL 266.34º 0.36% 0.44% -
HSV(B) 266.34º 0.53% 0.6% -
XYZ 14.33 10.16 31.78 -
YUV 92.11 162.93 139.33 -
System Red Green Blue C M Y K H S L
Decimal 108 72 154 0.30 0.53 0 0.40 266.34 0.36 0.44
Hex 6C 48 9A 1E 35 0 28 10A 24 2C
Octal 154 110 232 36 65 0 50 412 44 54
Binary 1101100 1001000 10011010 11110 110101 0 101000 100001010 100100 101100

Color Harmonies of #6C489A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C489A

Black with #6C489A

Text Example


Text Example

White with #6C489A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,72,154); }

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

background-color css

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

 a { background-color: rgb(108,72,154); }

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

border-color css

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

 span { border-color: rgb(108,72,154); }

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