#6379AB

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

Shades of Chetwode Blue #6379AB

Tints of Chetwode Blue #6379AB

Color information

#6379AB (or 0x6379AB) is unknown color: approx Chetwode Blue. HEX triplet: 63, 79 and AB. RGB value is (99,121,171). Sum of RGB (Red+Green+Blue) = 99+121+171=391 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.32% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #6379AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6379AB is #9C8654. Grayscale: #777777. Windows color (decimal): -10258005 or 11237731. OLE color: 11237731.

HSL color Cylindrical-coordinate representation of color #6379AB: hue angle of 221.67º 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 #6379AB is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB99121171-
CMYK0.420.2900.33
HSL221.67º30%52.94%-
HSV(B)221.67º42.11%67.06%-
XYZ19.3319.2741.23-
YUV120.12156.71112.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.32%
GREEN value IS 121 (47.66% from 255) = 30.95%
BLUE value IS 171 (67.19% from 255) = 43.73%
R=25.32%
G=30.95%
B=43.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991211710.420.2900.33221.673052.94
Hex6379AB2A1D021de1e35
Octal14317125352350413363665
Binary11000111111001101010111010101110101000011101111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6379AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6379AB;
 }
 .AnyTagClassName
 {
   color: #6379AB;
 }
</style>
background-color css

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

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

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

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

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

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