#6071BB

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

Shades of Chetwode Blue #6071BB

Tints of Chetwode Blue #6071BB

Color information

#6071BB (or 0x6071BB) is unknown color: approx Chetwode Blue. HEX triplet: 60, 71 and BB. RGB value is (96,113,187). Sum of RGB (Red+Green+Blue) = 96+113+187=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #6071BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6071BB is #9F8E44. Grayscale: #747474. Windows color (decimal): -10456645 or 12284256. OLE color: 12284256.

HSL color Cylindrical-coordinate representation of color #6071BB: hue angle of 228.79º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6071BB is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB96113187-
CMYK0.490.4000.27
HSL228.79º40.09%55.49%-
HSV(B)228.79º48.66%73.33%-
XYZ19.717.8849.43-
YUV116.35167.87113.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.24%
GREEN value IS 113 (44.53% from 255) = 28.54%
BLUE value IS 187 (73.44% from 255) = 47.22%
R=24.24%
G=28.54%
B=47.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961131870.490.4000.27228.7940.0955.49
Hex6071BB312801Be52837
Octal14016127361500333455067
Binary110000011100011011101111000110100001101111100101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6071BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6071BB; }

 p { color: rgb(96,113,187); }

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

<style>
 a { background-color: #6071BB; }

 a { background-color: rgb(96,113,187); }

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

<style>
 span { border-color: #6071BB; }

 span { border-color: rgb(96,113,187); }

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