Html Css Color HEX #6B498E Studio

📋 copy color: '#6B498E'

red 107 ◦ green 73 ◦ blue 142

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

Shades of Studio #6B498E

Tints of Studio #6B498E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 44.1%

R = 33.23%
G = 22.67%
B = 44.1%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6B498E (or 0x6B498E) is known color: Studio. HEX triplet: 6B, 49 and 8E. RGB value is (107,73,142). Sum of RGB (Red+Green+Blue) = 107+73+142=322 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.23% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 142 - color contains mainly: blue. Hex color #6B498E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B498E is #94B671. Grayscale: #5A5A5A. Windows color (decimal): -9746034 or 9324907. OLE color: 9324907.

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

Color convert

RGB 107 73 142 -
CMYK 0.25 0.49 0 0.44
HSL 269.57º 0.32% 0.42% -
HSV(B) 269.57º 0.49% 0.56% -
XYZ 13.33 9.84 26.79 -
YUV 91.03 156.76 139.39 -
System Red Green Blue C M Y K H S L
Decimal 107 73 142 0.25 0.49 0 0.44 269.57 0.32 0.42
Hex 6B 49 8E 19 31 0 2C 10E 20 2A
Octal 153 111 216 31 61 0 54 416 40 52
Binary 1101011 1001001 10001110 11001 110001 0 101100 100001110 100000 101010

Color Harmonies of #6B498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B498E

Black with #6B498E

Text Example


Text Example

White with #6B498E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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