#6378AA

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

Shades of Chetwode Blue #6378AA

Tints of Chetwode Blue #6378AA

Color information

#6378AA (or 0x6378AA) is unknown color: approx Chetwode Blue. HEX triplet: 63, 78 and AA. RGB value is (99,120,170). Sum of RGB (Red+Green+Blue) = 99+120+170=389 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.45% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #6378AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6378AA is #9C8755. Grayscale: #777777. Windows color (decimal): -10258262 or 11171939. OLE color: 11171939.

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

Color convert

RGB99120170-
CMYK0.420.2900.33
HSL222.25º29.46%52.75%-
HSV(B)222.25º41.76%66.67%-
XYZ19.1218.9940.69-
YUV119.42156.54113.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.45%
GREEN value IS 120 (47.27% from 255) = 30.85%
BLUE value IS 170 (66.80% from 255) = 43.70%
R=25.45%
G=30.85%
B=43.70%

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
Decimal991201700.420.2900.33222.2529.4652.75
Hex6378AA2A1D021de1d35
Octal14317025252350413363565
Binary11000111111000101010101010101110101000011101111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6378AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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