Html Css Color HEX #6B307B Eminence

📋 copy color: '#6B307B'

red 107 ◦ green 48 ◦ blue 123

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

Shades of Eminence #6B307B

Tints of Eminence #6B307B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.27%

 BLUE value IS 123 (48.44% from 255) = 44.24%

R = 38.49%
G = 17.27%
B = 44.24%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6B307B (or 0x6B307B) is known color: Eminence. HEX triplet: 6B, 30 and 7B. RGB value is (107,48,123). Sum of RGB (Red+Green+Blue) = 107+48+123=278 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.49% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 123 - color contains mainly: blue. Hex color #6B307B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B307B is #94CF84. Grayscale: #494949. Windows color (decimal): -9752453 or 8073323. OLE color: 8073323.

HSL color Cylindrical-coordinate representation of color #6B307B: hue angle of 287.2º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B307B is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 107 48 123 -
CMYK 0.13 0.61 0 0.52
HSL 287.2º 0.44% 0.34% -
HSV(B) 287.2º 0.61% 0.48% -
XYZ 10.7 6.67 19.46 -
YUV 74.19 155.55 151.4 -
System Red Green Blue C M Y K H S L
Decimal 107 48 123 0.13 0.61 0 0.52 287.2 0.44 0.34
Hex 6B 30 7B D 3D 0 34 11F 2C 22
Octal 153 60 173 15 75 0 64 437 54 42
Binary 1101011 110000 1111011 1101 111101 0 110100 100011111 101100 100010

Color Harmonies of #6B307B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B307B

Black with #6B307B

Text Example


Text Example

White with #6B307B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,48,123); }

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

background-color css

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

 a { background-color: rgb(107,48,123); }

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

border-color css

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

 span { border-color: rgb(107,48,123); }

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