Html Css Color HEX #6B4997 Studio

📋 copy color: '#6B4997'

red 107 ◦ green 73 ◦ blue 151

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

Shades of Studio #6B4997

Tints of Studio #6B4997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 45.62%

R = 32.33%
G = 22.05%
B = 45.62%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6B4997 (or 0x6B4997) is known color: Studio. HEX triplet: 6B, 49 and 97. RGB value is (107,73,151). Sum of RGB (Red+Green+Blue) = 107+73+151=331 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.33% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 151 (59.38% from 255 or 45.62% from 331); Max value from RGB is 151 - color contains mainly: blue. Hex color #6B4997 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4997 is #94B668. Grayscale: #5B5B5B. Windows color (decimal): -9746025 or 9914731. OLE color: 9914731.

HSL color Cylindrical-coordinate representation of color #6B4997: hue angle of 266.15º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B4997 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 107 73 151 -
CMYK 0.29 0.52 0 0.41
HSL 266.15º 0.35% 0.44% -
HSV(B) 266.15º 0.52% 0.59% -
XYZ 14.03 10.13 30.49 -
YUV 92.06 161.26 138.66 -
System Red Green Blue C M Y K H S L
Decimal 107 73 151 0.29 0.52 0 0.41 266.15 0.35 0.44
Hex 6B 49 97 1D 34 0 29 10A 23 2C
Octal 153 111 227 35 64 0 51 412 43 54
Binary 1101011 1001001 10010111 11101 110100 0 101001 100001010 100011 101100

Color Harmonies of #6B4997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4997

Black with #6B4997

Text Example


Text Example

White with #6B4997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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