Html Css Color HEX #6E469C Studio

📋 copy color: '#6E469C'

red 110 ◦ green 70 ◦ blue 156

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

Shades of Studio #6E469C

Tints of Studio #6E469C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.83%

 BLUE value IS 156 (61.33% from 255) = 46.43%

R = 32.74%
G = 20.83%
B = 46.43%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E469C (or 0x6E469C) is known color: Studio. HEX triplet: 6E, 46 and 9C. RGB value is (110,70,156). Sum of RGB (Red+Green+Blue) = 110+70+156=336 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.74% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E469C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E469C is #91B963. Grayscale: #5B5B5B. Windows color (decimal): -9550180 or 10241646. OLE color: 10241646.

HSL color Cylindrical-coordinate representation of color #6E469C: hue angle of 267.91º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E469C is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 110 70 156 -
CMYK 0.29 0.55 0 0.39
HSL 267.91º 0.38% 0.44% -
HSV(B) 267.91º 0.55% 0.61% -
XYZ 14.62 10.1 32.63 -
YUV 91.76 164.25 141.01 -
System Red Green Blue C M Y K H S L
Decimal 110 70 156 0.29 0.55 0 0.39 267.91 0.38 0.44
Hex 6E 46 9C 1D 37 0 27 10C 26 2C
Octal 156 106 234 35 67 0 47 414 46 54
Binary 1101110 1000110 10011100 11101 110111 0 100111 100001100 100110 101100

Color Harmonies of #6E469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E469C

Black with #6E469C

Text Example


Text Example

White with #6E469C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,70,156); }

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

background-color css

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

 a { background-color: rgb(110,70,156); }

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

border-color css

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

 span { border-color: rgb(110,70,156); }

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