Html Css Color HEX #6B499B Studio

📋 copy color: '#6B499B'

red 107 ◦ green 73 ◦ blue 155

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

Shades of Studio #6B499B

Tints of Studio #6B499B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.79%

 BLUE value IS 155 (60.94% from 255) = 46.27%

R = 31.94%
G = 21.79%
B = 46.27%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B499B (or 0x6B499B) is known color: Studio. HEX triplet: 6B, 49 and 9B. RGB value is (107,73,155). Sum of RGB (Red+Green+Blue) = 107+73+155=335 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.94% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B499B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B499B is #94B664. Grayscale: #5C5C5C. Windows color (decimal): -9746021 or 10176875. OLE color: 10176875.

HSL color Cylindrical-coordinate representation of color #6B499B: hue angle of 264.88º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B499B is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 107 73 155 -
CMYK 0.31 0.53 0 0.39
HSL 264.88º 0.36% 0.45% -
HSV(B) 264.88º 0.53% 0.61% -
XYZ 14.36 10.26 32.23 -
YUV 92.51 163.26 138.33 -
System Red Green Blue C M Y K H S L
Decimal 107 73 155 0.31 0.53 0 0.39 264.88 0.36 0.45
Hex 6B 49 9B 1F 35 0 27 109 24 2D
Octal 153 111 233 37 65 0 47 411 44 55
Binary 1101011 1001001 10011011 11111 110101 0 100111 100001001 100100 101101

Color Harmonies of #6B499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B499B

Black with #6B499B

Text Example


Text Example

White with #6B499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,73,155); }

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

background-color css

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

 a { background-color: rgb(107,73,155); }

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

border-color css

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

 span { border-color: rgb(107,73,155); }

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