Html Css Color HEX #6370AE Chetwode Blue

📋 copy color: '#6370AE'

red 99 ◦ green 112 ◦ blue 174

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

Shades of Chetwode Blue #6370AE

Tints of Chetwode Blue #6370AE

RGB

 RED value IS 99 (39.06% from 255) = 25.71%

 GREEN value IS 112 (44.14% from 255) = 29.09%

 BLUE value IS 174 (68.36% from 255) = 45.19%

R = 25.71%
G = 29.09%
B = 45.19%

CMYK

 C value IS 0.43

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6370AE (or 0x6370AE) is known color: Chetwode Blue. HEX triplet: 63, 70 and AE. RGB value is (99,112,174). Sum of RGB (Red+Green+Blue) = 99+112+174=385 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.71% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #6370AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6370AE is #9C8F51. Grayscale: #727272. Windows color (decimal): -10260306 or 11432035. OLE color: 11432035.

HSL color Cylindrical-coordinate representation of color #6370AE: hue angle of 229.6º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6370AE is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 99 112 174 -
CMYK 0.43 0.36 0 0.32
HSL 229.6º 0.32% 0.54% -
HSV(B) 229.6º 0.43% 0.68% -
XYZ 18.58 17.3 42.4 -
YUV 115.18 161.19 116.46 -
System Red Green Blue C M Y K H S L
Decimal 99 112 174 0.43 0.36 0 0.32 229.6 0.32 0.54
Hex 63 70 AE 2B 24 0 20 E6 20 36
Octal 143 160 256 53 44 0 40 346 40 66
Binary 1100011 1110000 10101110 101011 100100 0 100000 11100110 100000 110110

Color Harmonies of #6370AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6370AE

Black with #6370AE

Text Example


Text Example

White with #6370AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6370AE; }

 p { color: rgb(99,112,174); }

 H1.HeaderClassName
 {
   color: #6370AE;
 }
 .AnyTagClassName
 {
   color: #6370AE;
 }
</style>

background-color css

<style>
 a { background-color: #6370AE; }

 a { background-color: rgb(99,112,174); }

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

border-color css

<style>
 span { border-color: #6370AE; }

 span { border-color: rgb(99,112,174); }

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