#6078BA

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

Shades of Chetwode Blue #6078BA

Tints of Chetwode Blue #6078BA

Color information

#6078BA (or 0x6078BA) is unknown color: approx Chetwode Blue. HEX triplet: 60, 78 and BA. RGB value is (96,120,186). Sum of RGB (Red+Green+Blue) = 96+120+186=402 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.88% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #6078BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6078BA is #9F8745. Grayscale: #787878. Windows color (decimal): -10454854 or 12220512. OLE color: 12220512.

HSL color Cylindrical-coordinate representation of color #6078BA: hue angle of 224º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6078BA is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB96120186-
CMYK0.480.3500.27
HSL224º39.47%55.29%-
HSV(B)224º48.39%72.94%-
XYZ20.419.4649.14-
YUV120.35165.05110.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.88%
GREEN value IS 120 (47.27% from 255) = 29.85%
BLUE value IS 186 (73.05% from 255) = 46.27%
R=23.88%
G=29.85%
B=46.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961201860.480.3500.2722439.4755.29
Hex6078BA302301Be02737
Octal14017027260430333404767
Binary110000011110001011101011000010001101101111100000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6078BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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