#6A71BF

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

Shades of Chetwode Blue #6A71BF

Tints of Chetwode Blue #6A71BF

Color information

#6A71BF (or 0x6A71BF) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 71 and BF. RGB value is (106,113,191). Sum of RGB (Red+Green+Blue) = 106+113+191=410 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.85% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #6A71BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A71BF is #958E40. Grayscale: #777777. Windows color (decimal): -9801281 or 12546410. OLE color: 12546410.

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

Color convert

RGB106113191-
CMYK0.450.4100.25
HSL235.06º39.91%58.24%-
HSV(B)235.06º44.5%74.9%-
XYZ21.2518.6451.77-
YUV119.8168.18118.16-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.85%
GREEN value IS 113 (44.53% from 255) = 27.56%
BLUE value IS 191 (75% from 255) = 46.59%
R=25.85%
G=27.56%
B=46.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061131910.450.4100.25235.0639.9158.24
Hex6A71BF2D29019eb283a
Octal15216127755510313535072
Binary110101011100011011111110110110100101100111101011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A71BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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