#6A71BE

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

Shades of Chetwode Blue #6A71BE

Tints of Chetwode Blue #6A71BE

Color information

#6A71BE (or 0x6A71BE) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 71 and BE. RGB value is (106,113,190). Sum of RGB (Red+Green+Blue) = 106+113+190=409 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.92% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #6A71BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A71BE is #958E41. Grayscale: #777777. Windows color (decimal): -9801282 or 12480874. OLE color: 12480874.

HSL color Cylindrical-coordinate representation of color #6A71BE: hue angle of 235º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6A71BE is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB106113190-
CMYK0.440.4100.25
HSL235º39.25%58.04%-
HSV(B)235º44.21%74.51%-
XYZ21.1418.5951.19-
YUV119.68167.68118.24-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.92%
GREEN value IS 113 (44.53% from 255) = 27.63%
BLUE value IS 190 (74.61% from 255) = 46.45%
R=25.92%
G=27.63%
B=46.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061131900.440.4100.2523539.2558.04
Hex6A71BE2C29019eb273a
Octal15216127654510313534772
Binary110101011100011011111010110010100101100111101011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A71BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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