#6B71BF

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

Shades of Chetwode Blue #6B71BF

Tints of Chetwode Blue #6B71BF

Color information

#6B71BF (or 0x6B71BF) is unknown color: approx Chetwode Blue. HEX triplet: 6B, 71 and BF. RGB value is (107,113,191). Sum of RGB (Red+Green+Blue) = 107+113+191=411 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.03% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B71BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B71BF is #948E40. Grayscale: #777777. Windows color (decimal): -9735745 or 12546411. OLE color: 12546411.

HSL color Cylindrical-coordinate representation of color #6B71BF: hue angle of 235.71º degrees, saturation: 0.4, 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 #6B71BF is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB107113191-
CMYK0.440.4100.25
HSL235.71º39.62%58.43%-
HSV(B)235.71º43.98%74.9%-
XYZ21.3718.751.77-
YUV120.1168.01118.66-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.03%
GREEN value IS 113 (44.53% from 255) = 27.49%
BLUE value IS 191 (75% from 255) = 46.47%
R=26.03%
G=27.49%
B=46.47%

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
Decimal1071131910.440.4100.25235.7139.6258.43
Hex6B71BF2C29019ec283a
Octal15316127754510313545072
Binary110101111100011011111110110010100101100111101100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B71BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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