Html Css Color HEX #6E4EAF Studio

📋 copy color: '#6E4EAF'

red 110 ◦ green 78 ◦ blue 175

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

Shades of Studio #6E4EAF

Tints of Studio #6E4EAF

RGB

 RED value IS 110 (43.36% from 255) = 30.3%

 GREEN value IS 78 (30.86% from 255) = 21.49%

 BLUE value IS 175 (68.75% from 255) = 48.21%

R = 30.3%
G = 21.49%
B = 48.21%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6E4EAF (or 0x6E4EAF) is known color: Studio. HEX triplet: 6E, 4E and AF. RGB value is (110,78,175). Sum of RGB (Red+Green+Blue) = 110+78+175=363 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.30% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #6E4EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E4EAF is #91B150. Grayscale: #626262. Windows color (decimal): -9548113 or 11488878. OLE color: 11488878.

HSL color Cylindrical-coordinate representation of color #6E4EAF: hue angle of 259.79º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E4EAF is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 110 78 175 -
CMYK 0.37 0.55 0 0.31
HSL 259.79º 0.38% 0.5% -
HSV(B) 259.79º 0.55% 0.69% -
XYZ 16.89 11.86 41.96 -
YUV 98.63 171.1 136.11 -
System Red Green Blue C M Y K H S L
Decimal 110 78 175 0.37 0.55 0 0.31 259.79 0.38 0.5
Hex 6E 4E AF 25 37 0 1F 104 26 32
Octal 156 116 257 45 67 0 37 404 46 62
Binary 1101110 1001110 10101111 100101 110111 0 11111 100000100 100110 110010

Color Harmonies of #6E4EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4EAF

Black with #6E4EAF

Text Example


Text Example

White with #6E4EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,78,175); }

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

background-color css

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

 a { background-color: rgb(110,78,175); }

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

border-color css

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

 span { border-color: rgb(110,78,175); }

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