Html Css Color HEX #6D469B Studio

📋 copy color: '#6D469B'

red 109 ◦ green 70 ◦ blue 155

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

Shades of Studio #6D469B

Tints of Studio #6D469B

RGB

 RED value IS 109 (42.97% from 255) = 32.63%

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

 BLUE value IS 155 (60.94% from 255) = 46.41%

R = 32.63%
G = 20.96%
B = 46.41%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D469B (or 0x6D469B) is known color: Studio. HEX triplet: 6D, 46 and 9B. RGB value is (109,70,155). Sum of RGB (Red+Green+Blue) = 109+70+155=334 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.63% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D469B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D469B is #92B964. Grayscale: #5B5B5B. Windows color (decimal): -9615717 or 10176109. OLE color: 10176109.

HSL color Cylindrical-coordinate representation of color #6D469B: hue angle of 267.53º 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 #6D469B is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 109 70 155 -
CMYK 0.30 0.55 0 0.39
HSL 267.53º 0.38% 0.44% -
HSV(B) 267.53º 0.55% 0.61% -
XYZ 14.41 10 32.18 -
YUV 91.35 163.92 140.59 -
System Red Green Blue C M Y K H S L
Decimal 109 70 155 0.30 0.55 0 0.39 267.53 0.38 0.44
Hex 6D 46 9B 1E 37 0 27 10C 26 2C
Octal 155 106 233 36 67 0 47 414 46 54
Binary 1101101 1000110 10011011 11110 110111 0 100111 100001100 100110 101100

Color Harmonies of #6D469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D469B

Black with #6D469B

Text Example


Text Example

White with #6D469B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,70,155); }

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

background-color css

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

 a { background-color: rgb(109,70,155); }

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

border-color css

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

 span { border-color: rgb(109,70,155); }

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