#6074AB

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

Shades of Chetwode Blue #6074AB

Tints of Chetwode Blue #6074AB

Color information

#6074AB (or 0x6074AB) is unknown color: approx Chetwode Blue. HEX triplet: 60, 74 and AB. RGB value is (96,116,171). Sum of RGB (Red+Green+Blue) = 96+116+171=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #6074AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6074AB is #9F8B54. Grayscale: #747474. Windows color (decimal): -10455893 or 11236448. OLE color: 11236448.

HSL color Cylindrical-coordinate representation of color #6074AB: hue angle of 224º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6074AB is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB96116171-
CMYK0.440.3200.33
HSL224º30.86%52.35%-
HSV(B)224º43.86%67.06%-
XYZ18.4217.9241.02-
YUV116.29158.87113.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.07%
GREEN value IS 116 (45.70% from 255) = 30.29%
BLUE value IS 171 (67.19% from 255) = 44.65%
R=25.07%
G=30.29%
B=44.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961161710.440.3200.3322430.8652.35
Hex6074AB2C20021e01f34
Octal14016425354400413403764
Binary110000011101001010101110110010000001000011110000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6074AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6074AB; }

 p { color: rgb(96,116,171); }

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

<style>
 a { background-color: #6074AB; }

 a { background-color: rgb(96,116,171); }

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

<style>
 span { border-color: #6074AB; }

 span { border-color: rgb(96,116,171); }

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