Html Css Color HEX #6D73BA Chetwode Blue

📋 copy color: '#6D73BA'

red 109 ◦ green 115 ◦ blue 186

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

Shades of Chetwode Blue #6D73BA

Tints of Chetwode Blue #6D73BA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.05%

 BLUE value IS 186 (73.05% from 255) = 45.37%

R = 26.59%
G = 28.05%
B = 45.37%

CMYK

 C value IS 0.41

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D73BA (or 0x6D73BA) is known color: Chetwode Blue. HEX triplet: 6D, 73 and BA. RGB value is (109,115,186). Sum of RGB (Red+Green+Blue) = 109+115+186=410 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.59% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D73BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D73BA is #928C45. Grayscale: #797979. Windows color (decimal): -9604166 or 12219245. OLE color: 12219245.

HSL color Cylindrical-coordinate representation of color #6D73BA: hue angle of 235.32º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6D73BA is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 115 186 -
CMYK 0.41 0.38 0 0.27
HSL 235.32º 0.36% 0.58% -
HSV(B) 235.32º 0.41% 0.73% -
XYZ 21.3 19.06 49.01 -
YUV 121.3 164.51 119.23 -
System Red Green Blue C M Y K H S L
Decimal 109 115 186 0.41 0.38 0 0.27 235.32 0.36 0.58
Hex 6D 73 BA 29 26 0 1B EB 24 3A
Octal 155 163 272 51 46 0 33 353 44 72
Binary 1101101 1110011 10111010 101001 100110 0 11011 11101011 100100 111010

Color Harmonies of #6D73BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D73BA

Black with #6D73BA

Text Example


Text Example

White with #6D73BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,115,186); }

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

background-color css

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

 a { background-color: rgb(109,115,186); }

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

border-color css

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

 span { border-color: rgb(109,115,186); }

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