#6370AB

Color #6370AB Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #6370AB

Tints of Chetwode Blue #6370AB

Color information

#6370AB (or 0x6370AB) is unknown color: approx 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

RGB99112171-
CMYK0.420.3500.33
HSL229.17º30%52.94%-
HSV(B)229.17º42.11%67.06%-
XYZ18.2917.1840.88-
YUV114.84159.69116.7-

RGB Variations

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

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 (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991121710.420.3500.33229.173052.94
Hex6370AB2A23021e51e35
Octal14316025352430413453665
Binary110001111100001010101110101010001101000011110010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6370AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>