Html Css Color HEX #6B489F Studio

📋 copy color: '#6B489F'

red 107 ◦ green 72 ◦ blue 159

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

Shades of Studio #6B489F

Tints of Studio #6B489F

RGB

 RED value IS 107 (42.19% from 255) = 31.66%

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

 BLUE value IS 159 (62.5% from 255) = 47.04%

R = 31.66%
G = 21.3%
B = 47.04%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6B489F (or 0x6B489F) is known color: Studio. HEX triplet: 6B, 48 and 9F. RGB value is (107,72,159). Sum of RGB (Red+Green+Blue) = 107+72+159=338 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.66% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 159 - color contains mainly: blue. Hex color #6B489F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B489F is #94B760. Grayscale: #5C5C5C. Windows color (decimal): -9746273 or 10438763. OLE color: 10438763.

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

Color convert

RGB 107 72 159 -
CMYK 0.33 0.55 0 0.38
HSL 264.14º 0.38% 0.45% -
HSV(B) 264.14º 0.55% 0.62% -
XYZ 14.64 10.26 34.01 -
YUV 92.38 165.6 138.43 -
System Red Green Blue C M Y K H S L
Decimal 107 72 159 0.33 0.55 0 0.38 264.14 0.38 0.45
Hex 6B 48 9F 21 37 0 26 108 26 2D
Octal 153 110 237 41 67 0 46 410 46 55
Binary 1101011 1001000 10011111 100001 110111 0 100110 100001000 100110 101101

Color Harmonies of #6B489F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B489F

Black with #6B489F

Text Example


Text Example

White with #6B489F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,72,159); }

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

background-color css

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

 a { background-color: rgb(107,72,159); }

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

border-color css

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

 span { border-color: rgb(107,72,159); }

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