#6070BC

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

Shades of Chetwode Blue #6070BC

Tints of Chetwode Blue #6070BC

Color information

#6070BC (or 0x6070BC) is unknown color: approx Chetwode Blue. HEX triplet: 60, 70 and BC. RGB value is (96,112,188). Sum of RGB (Red+Green+Blue) = 96+112+188=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #6070BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6070BC is #9F8F43. Grayscale: #737373. Windows color (decimal): -10456900 or 12349536. OLE color: 12349536.

HSL color Cylindrical-coordinate representation of color #6070BC: hue angle of 229.57º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6070BC is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB96112188-
CMYK0.490.4000.26
HSL229.57º40.71%55.69%-
HSV(B)229.57º48.94%73.73%-
XYZ19.717.7149.96-
YUV115.88168.7113.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.24%
GREEN value IS 112 (44.14% from 255) = 28.28%
BLUE value IS 188 (73.83% from 255) = 47.47%
R=24.24%
G=28.28%
B=47.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal961121880.490.4000.26229.5740.7155.69
Hex6070BC312801Ae62938
Octal14016027461500323465170
Binary110000011100001011110011000110100001101011100110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6070BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6070BC; }

 p { color: rgb(96,112,188); }

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

<style>
 a { background-color: #6070BC; }

 a { background-color: rgb(96,112,188); }

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

<style>
 span { border-color: #6070BC; }

 span { border-color: rgb(96,112,188); }

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