#6078AB

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

Shades of Chetwode Blue #6078AB

Tints of Chetwode Blue #6078AB

Color information

#6078AB (or 0x6078AB) is unknown color: approx Chetwode Blue. HEX triplet: 60, 78 and AB. RGB value is (96,120,171). Sum of RGB (Red+Green+Blue) = 96+120+171=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #6078AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6078AB is #9F8754. Grayscale: #767676. Windows color (decimal): -10454869 or 11237472. OLE color: 11237472.

HSL color Cylindrical-coordinate representation of color #6078AB: hue angle of 220.8º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6078AB is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB96120171-
CMYK0.440.3000.33
HSL220.8º30.86%52.35%-
HSV(B)220.8º43.86%67.06%-
XYZ18.8918.8641.17-
YUV118.64157.55111.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.81%
GREEN value IS 120 (47.27% from 255) = 31.01%
BLUE value IS 171 (67.19% from 255) = 44.19%
R=24.81%
G=31.01%
B=44.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961201710.440.3000.33220.830.8652.35
Hex6078AB2C1E021dd1f34
Octal14017025354360413353764
Binary11000001111000101010111011001111001000011101110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6078AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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