#6A71AF

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

Shades of Chetwode Blue #6A71AF

Tints of Chetwode Blue #6A71AF

Color information

#6A71AF (or 0x6A71AF) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 71 and AF. RGB value is (106,113,175). Sum of RGB (Red+Green+Blue) = 106+113+175=394 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.90% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #6A71AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A71AF is #958E50. Grayscale: #757575. Windows color (decimal): -9801297 or 11497834. OLE color: 11497834.

HSL color Cylindrical-coordinate representation of color #6A71AF: hue angle of 233.91º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6A71AF is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB106113175-
CMYK0.390.3500.31
HSL233.91º30.13%55.1%-
HSV(B)233.91º39.43%68.63%-
XYZ19.5917.9742.99-
YUV117.98160.18119.46-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.90%
GREEN value IS 113 (44.53% from 255) = 28.68%
BLUE value IS 175 (68.75% from 255) = 44.42%
R=26.90%
G=28.68%
B=44.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1061131750.390.3500.31233.9130.1355.1
Hex6A71AF272301Fea1e37
Octal15216125747430373523667
Binary11010101110001101011111001111000110111111110101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A71AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A71AF; }

 p { color: rgb(106,113,175); }

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

<style>
 a { background-color: #6A71AF; }

 a { background-color: rgb(106,113,175); }

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

<style>
 span { border-color: #6A71AF; }

 span { border-color: rgb(106,113,175); }

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