#6B71BE

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

Shades of Chetwode Blue #6B71BE

Tints of Chetwode Blue #6B71BE

Color information

#6B71BE (or 0x6B71BE) is unknown color: approx Chetwode Blue. HEX triplet: 6B, 71 and BE. RGB value is (107,113,190). Sum of RGB (Red+Green+Blue) = 107+113+190=410 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.10% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B71BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B71BE is #948E41. Grayscale: #777777. Windows color (decimal): -9735746 or 12480875. OLE color: 12480875.

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

Color convert

RGB107113190-
CMYK0.440.4100.25
HSL235.66º38.97%58.24%-
HSV(B)235.66º43.68%74.51%-
XYZ21.2618.6551.2-
YUV119.98167.51118.74-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.10%
GREEN value IS 113 (44.53% from 255) = 27.56%
BLUE value IS 190 (74.61% from 255) = 46.34%
R=26.10%
G=27.56%
B=46.34%

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
Decimal1071131900.440.4100.25235.6638.9758.24
Hex6B71BE2C29019ec273a
Octal15316127654510313544772
Binary110101111100011011111010110010100101100111101100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B71BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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