Html Css Color HEX #6473D7 Chetwode Blue

📋 copy color: '#6473D7'

red 100 ◦ green 115 ◦ blue 215

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

Shades of Chetwode Blue #6473D7

Tints of Chetwode Blue #6473D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 50%

R = 23.26%
G = 26.74%
B = 50%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6473D7 (or 0x6473D7) is known color: Chetwode Blue. HEX triplet: 64, 73 and D7. RGB value is (100,115,215). Sum of RGB (Red+Green+Blue) = 100+115+215=430 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.26% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 215 (84.38% from 255 or 50% from 430); Max value from RGB is 215 - color contains mainly: blue. Hex color #6473D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6473D7 is #9B8C28. Grayscale: #797979. Windows color (decimal): -10193961 or 14119780. OLE color: 14119780.

HSL color Cylindrical-coordinate representation of color #6473D7: hue angle of 232.17º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6473D7 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 115 215 -
CMYK 0.53 0.47 0 0.16
HSL 232.17º 0.59% 0.62% -
HSV(B) 232.17º 0.53% 0.84% -
XYZ 23.65 19.88 66.88 -
YUV 121.92 180.53 112.37 -
System Red Green Blue C M Y K H S L
Decimal 100 115 215 0.53 0.47 0 0.16 232.17 0.59 0.62
Hex 64 73 D7 35 2F 0 10 E8 3B 3E
Octal 144 163 327 65 57 0 20 350 73 76
Binary 1100100 1110011 11010111 110101 101111 0 10000 11101000 111011 111110

Color Harmonies of #6473D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6473D7

Black with #6473D7

Text Example


Text Example

White with #6473D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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