#6078B4

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

Shades of Chetwode Blue #6078B4

Tints of Chetwode Blue #6078B4

Color information

#6078B4 (or 0x6078B4) is unknown color: approx Chetwode Blue. HEX triplet: 60, 78 and B4. RGB value is (96,120,180). Sum of RGB (Red+Green+Blue) = 96+120+180=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 180 (70.70% from 255 or 45.45% from 396); Max value from RGB is 180 - color contains mainly: blue. Hex color #6078B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6078B4 is #9F874B. Grayscale: #777777. Windows color (decimal): -10454860 or 11827296. OLE color: 11827296.

HSL color Cylindrical-coordinate representation of color #6078B4: hue angle of 222.86º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6078B4 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB96120180-
CMYK0.470.3300.29
HSL222.86º35.9%54.12%-
HSV(B)222.86º46.67%70.59%-
XYZ19.7819.2245.85-
YUV119.66162.05111.12-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.24%
GREEN value IS 120 (47.27% from 255) = 30.30%
BLUE value IS 180 (70.70% from 255) = 45.45%
R=24.24%
G=30.30%
B=45.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal961201800.470.3300.29222.8635.954.12
Hex6078B42F2101Ddf2436
Octal14017026457410353374466
Binary110000011110001011010010111110000101110111011111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6078B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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