Html Css Color HEX #6473BA Chetwode Blue

📋 copy color: '#6473BA'

red 100 ◦ green 115 ◦ blue 186

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

Shades of Chetwode Blue #6473BA

Tints of Chetwode Blue #6473BA

RGB

 RED value IS 100 (39.45% from 255) = 24.94%

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

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

R = 24.94%
G = 28.68%
B = 46.38%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6473BA (or 0x6473BA) is known color: Chetwode Blue. HEX triplet: 64, 73 and BA. RGB value is (100,115,186). Sum of RGB (Red+Green+Blue) = 100+115+186=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #6473BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6473BA is #9B8C45. Grayscale: #767676. Windows color (decimal): -10193990 or 12219236. OLE color: 12219236.

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

Color convert

RGB 100 115 186 -
CMYK 0.46 0.38 0 0.27
HSL 229.53º 0.38% 0.56% -
HSV(B) 229.53º 0.46% 0.73% -
XYZ 20.25 18.52 48.96 -
YUV 118.61 166.03 114.73 -
System Red Green Blue C M Y K H S L
Decimal 100 115 186 0.46 0.38 0 0.27 229.53 0.38 0.56
Hex 64 73 BA 2E 26 0 1B E6 26 38
Octal 144 163 272 56 46 0 33 346 46 70
Binary 1100100 1110011 10111010 101110 100110 0 11011 11100110 100110 111000

Color Harmonies of #6473BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6473BA

Black with #6473BA

Text Example


Text Example

White with #6473BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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