Html Css Color HEX #6D73D0 Chetwode Blue

📋 copy color: '#6D73D0'

red 109 ◦ green 115 ◦ blue 208

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

Shades of Chetwode Blue #6D73D0

Tints of Chetwode Blue #6D73D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.15%

R = 25.23%
G = 26.62%
B = 48.15%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6D73D0 (or 0x6D73D0) is known color: Chetwode Blue. HEX triplet: 6D, 73 and D0. RGB value is (109,115,208). Sum of RGB (Red+Green+Blue) = 109+115+208=432 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.23% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 208 (81.64% from 255 or 48.15% from 432); Max value from RGB is 208 - color contains mainly: blue. Hex color #6D73D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D73D0 is #928C2F. Grayscale: #7B7B7B. Windows color (decimal): -9604144 or 13661037. OLE color: 13661037.

HSL color Cylindrical-coordinate representation of color #6D73D0: hue angle of 236.36º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D73D0 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 109 115 208 -
CMYK 0.48 0.45 0 0.18
HSL 236.36º 0.51% 0.62% -
HSV(B) 236.36º 0.48% 0.82% -
XYZ 23.82 20.07 62.29 -
YUV 123.81 175.51 117.44 -
System Red Green Blue C M Y K H S L
Decimal 109 115 208 0.48 0.45 0 0.18 236.36 0.51 0.62
Hex 6D 73 D0 30 2D 0 12 EC 33 3E
Octal 155 163 320 60 55 0 22 354 63 76
Binary 1101101 1110011 11010000 110000 101101 0 10010 11101100 110011 111110

Color Harmonies of #6D73D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D73D0

Black with #6D73D0

Text Example


Text Example

White with #6D73D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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