Html Css Color HEX #6E73CD Chetwode Blue

📋 copy color: '#6E73CD'

red 110 ◦ green 115 ◦ blue 205

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

Shades of Chetwode Blue #6E73CD

Tints of Chetwode Blue #6E73CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.67%

R = 25.58%
G = 26.74%
B = 47.67%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6E73CD (or 0x6E73CD) is known color: Chetwode Blue. HEX triplet: 6E, 73 and CD. RGB value is (110,115,205). Sum of RGB (Red+Green+Blue) = 110+115+205=430 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.58% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E73CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E73CD is #918C32. Grayscale: #7B7B7B. Windows color (decimal): -9538611 or 13464430. OLE color: 13464430.

HSL color Cylindrical-coordinate representation of color #6E73CD: hue angle of 236.84º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E73CD is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 110 115 205 -
CMYK 0.46 0.44 0 0.20
HSL 236.84º 0.49% 0.62% -
HSV(B) 236.84º 0.46% 0.8% -
XYZ 23.58 19.98 60.37 -
YUV 123.77 173.84 118.18 -
System Red Green Blue C M Y K H S L
Decimal 110 115 205 0.46 0.44 0 0.20 236.84 0.49 0.62
Hex 6E 73 CD 2E 2C 0 14 ED 31 3E
Octal 156 163 315 56 54 0 24 355 61 76
Binary 1101110 1110011 11001101 101110 101100 0 10100 11101101 110001 111110

Color Harmonies of #6E73CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E73CD

Black with #6E73CD

Text Example


Text Example

White with #6E73CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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