#6378AB

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

Shades of Chetwode Blue #6378AB

Tints of Chetwode Blue #6378AB

Color information

#6378AB (or 0x6378AB) is unknown color: approx Chetwode Blue. HEX triplet: 63, 78 and AB. RGB value is (99,120,171). Sum of RGB (Red+Green+Blue) = 99+120+171=390 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.38% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #6378AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6378AB is #9C8754. Grayscale: #777777. Windows color (decimal): -10258261 or 11237475. OLE color: 11237475.

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

Color convert

RGB99120171-
CMYK0.420.3000.33
HSL222.5º30%52.94%-
HSV(B)222.5º42.11%67.06%-
XYZ19.2119.0341.19-
YUV119.54157.04113.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.38%
GREEN value IS 120 (47.27% from 255) = 30.77%
BLUE value IS 171 (67.19% from 255) = 43.85%
R=25.38%
G=30.77%
B=43.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991201710.420.3000.33222.53052.94
Hex6378AB2A1E021de1e35
Octal14317025352360413363665
Binary11000111111000101010111010101111001000011101111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6378AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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