#6078AF

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

Shades of Chetwode Blue #6078AF

Tints of Chetwode Blue #6078AF

Color information

#6078AF (or 0x6078AF) is unknown color: approx Chetwode Blue. HEX triplet: 60, 78 and AF. RGB value is (96,120,175). Sum of RGB (Red+Green+Blue) = 96+120+175=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #6078AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6078AF is #9F8750. Grayscale: #767676. Windows color (decimal): -10454865 or 11499616. OLE color: 11499616.

HSL color Cylindrical-coordinate representation of color #6078AF: hue angle of 221.77º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6078AF is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB96120175-
CMYK0.450.3100.31
HSL221.77º33.05%53.14%-
HSV(B)221.77º45.14%68.63%-
XYZ19.2819.0143.21-
YUV119.09159.55111.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.55%
GREEN value IS 120 (47.27% from 255) = 30.69%
BLUE value IS 175 (68.75% from 255) = 44.76%
R=24.55%
G=30.69%
B=44.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961201750.450.3100.31221.7733.0553.14
Hex6078AF2D1F01Fde2135
Octal14017025755370373364165
Binary11000001111000101011111011011111101111111011110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6078AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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