Html Css Color HEX #6E73BD Chetwode Blue

📋 copy color: '#6E73BD'

red 110 ◦ green 115 ◦ blue 189

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

Shades of Chetwode Blue #6E73BD

Tints of Chetwode Blue #6E73BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.65%

R = 26.57%
G = 27.78%
B = 45.65%

CMYK

 C value IS 0.42

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6E73BD (or 0x6E73BD) is known color: Chetwode Blue. HEX triplet: 6E, 73 and BD. RGB value is (110,115,189). Sum of RGB (Red+Green+Blue) = 110+115+189=414 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.57% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E73BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E73BD is #918C42. Grayscale: #797979. Windows color (decimal): -9538627 or 12415854. OLE color: 12415854.

HSL color Cylindrical-coordinate representation of color #6E73BD: hue angle of 236.2º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6E73BD is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 110 115 189 -
CMYK 0.42 0.39 0 0.26
HSL 236.2º 0.37% 0.59% -
HSV(B) 236.2º 0.42% 0.74% -
XYZ 21.75 19.25 50.71 -
YUV 121.94 165.84 119.48 -
System Red Green Blue C M Y K H S L
Decimal 110 115 189 0.42 0.39 0 0.26 236.2 0.37 0.59
Hex 6E 73 BD 2A 27 0 1A EC 25 3B
Octal 156 163 275 52 47 0 32 354 45 73
Binary 1101110 1110011 10111101 101010 100111 0 11010 11101100 100101 111011

Color Harmonies of #6E73BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E73BD

Black with #6E73BD

Text Example


Text Example

White with #6E73BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,115,189); }

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

background-color css

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

 a { background-color: rgb(110,115,189); }

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

border-color css

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

 span { border-color: rgb(110,115,189); }

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