Html Css Color HEX #6873BA Chetwode Blue

📋 copy color: '#6873BA'

red 104 ◦ green 115 ◦ blue 186

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

Shades of Chetwode Blue #6873BA

Tints of Chetwode Blue #6873BA

RGB

 RED value IS 104 (41.02% from 255) = 25.68%

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

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

R = 25.68%
G = 28.4%
B = 45.93%

CMYK

 C value IS 0.44

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6873BA (or 0x6873BA) is known color: Chetwode Blue. HEX triplet: 68, 73 and BA. RGB value is (104,115,186). Sum of RGB (Red+Green+Blue) = 104+115+186=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #6873BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6873BA is #978C45. Grayscale: #777777. Windows color (decimal): -9931846 or 12219240. OLE color: 12219240.

HSL color Cylindrical-coordinate representation of color #6873BA: hue angle of 231.95º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6873BA is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 115 186 -
CMYK 0.44 0.38 0 0.27
HSL 231.95º 0.37% 0.57% -
HSV(B) 231.95º 0.44% 0.73% -
XYZ 20.7 18.75 48.98 -
YUV 119.81 165.36 116.73 -
System Red Green Blue C M Y K H S L
Decimal 104 115 186 0.44 0.38 0 0.27 231.95 0.37 0.57
Hex 68 73 BA 2C 26 0 1B E8 25 39
Octal 150 163 272 54 46 0 33 350 45 71
Binary 1101000 1110011 10111010 101100 100110 0 11011 11101000 100101 111001

Color Harmonies of #6873BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6873BA

Black with #6873BA

Text Example


Text Example

White with #6873BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6873BA; }

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

 H1.HeaderClassName
 {
   color: #6873BA;
 }
 .AnyTagClassName
 {
   color: #6873BA;
 }
</style>

background-color css

<style>
 a { background-color: #6873BA; }

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

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

border-color css

<style>
 span { border-color: #6873BA; }

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

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