#6B71AA

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

Shades of Chetwode Blue #6B71AA

Tints of Chetwode Blue #6B71AA

Color information

#6B71AA (or 0x6B71AA) is unknown color: approx Chetwode Blue. HEX triplet: 6B, 71 and AA. RGB value is (107,113,170). Sum of RGB (Red+Green+Blue) = 107+113+170=390 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.44% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B71AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B71AA is #948E55. Grayscale: #757575. Windows color (decimal): -9735766 or 11170155. OLE color: 11170155.

HSL color Cylindrical-coordinate representation of color #6B71AA: hue angle of 234.29º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B71AA is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB107113170-
CMYK0.370.3400.33
HSL234.29º27.04%54.31%-
HSV(B)234.29º37.06%66.67%-
XYZ19.2217.8440.46-
YUV117.7157.51120.37-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.44%
GREEN value IS 113 (44.53% from 255) = 28.97%
BLUE value IS 170 (66.80% from 255) = 43.59%
R=27.44%
G=28.97%
B=43.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071131700.370.3400.33234.2927.0454.31
Hex6B71AA2522021ea1b36
Octal15316125245420413523366
Binary110101111100011010101010010110001001000011110101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B71AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,113,170); }

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

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

 a { background-color: rgb(107,113,170); }

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

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

 span { border-color: rgb(107,113,170); }

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