Html Css Color HEX #6370AB Chetwode Blue

📋 copy color: '#6370AB'

red 99 ◦ green 112 ◦ blue 171

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

Shades of Chetwode Blue #6370AB

Tints of Chetwode Blue #6370AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.76%

R = 25.92%
G = 29.32%
B = 44.76%

CMYK

 C value IS 0.42

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6370AB (or 0x6370AB) is known color: Chetwode Blue. HEX triplet: 63, 70 and AB. RGB value is (99,112,171). Sum of RGB (Red+Green+Blue) = 99+112+171=382 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.92% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #6370AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6370AB is #9C8F54. Grayscale: #727272. Windows color (decimal): -10260309 or 11235427. OLE color: 11235427.

HSL color Cylindrical-coordinate representation of color #6370AB: hue angle of 229.17º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6370AB is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 112 171 -
CMYK 0.42 0.35 0 0.33
HSL 229.17º 0.3% 0.53% -
HSV(B) 229.17º 0.42% 0.67% -
XYZ 18.29 17.18 40.88 -
YUV 114.84 159.69 116.7 -
System Red Green Blue C M Y K H S L
Decimal 99 112 171 0.42 0.35 0 0.33 229.17 0.3 0.53
Hex 63 70 AB 2A 23 0 21 E5 1E 35
Octal 143 160 253 52 43 0 41 345 36 65
Binary 1100011 1110000 10101011 101010 100011 0 100001 11100101 11110 110101

Color Harmonies of #6370AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6370AB

Black with #6370AB

Text Example


Text Example

White with #6370AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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