Html Css Color HEX #6E4DAF Studio

📋 copy color: '#6E4DAF'

red 110 ◦ green 77 ◦ blue 175

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

Shades of Studio #6E4DAF

Tints of Studio #6E4DAF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.27%

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

R = 30.39%
G = 21.27%
B = 48.34%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6E4DAF (or 0x6E4DAF) is known color: Studio. HEX triplet: 6E, 4D and AF. RGB value is (110,77,175). Sum of RGB (Red+Green+Blue) = 110+77+175=362 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.39% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #6E4DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E4DAF is #91B250. Grayscale: #616161. Windows color (decimal): -9548369 or 11488622. OLE color: 11488622.

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

Color convert

RGB 110 77 175 -
CMYK 0.37 0.56 0 0.31
HSL 260.2º 0.39% 0.49% -
HSV(B) 260.2º 0.56% 0.69% -
XYZ 16.82 11.72 41.93 -
YUV 98.04 171.43 136.53 -
System Red Green Blue C M Y K H S L
Decimal 110 77 175 0.37 0.56 0 0.31 260.2 0.39 0.49
Hex 6E 4D AF 25 38 0 1F 104 27 31
Octal 156 115 257 45 70 0 37 404 47 61
Binary 1101110 1001101 10101111 100101 111000 0 11111 100000100 100111 110001

Color Harmonies of #6E4DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4DAF

Black with #6E4DAF

Text Example


Text Example

White with #6E4DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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