#6B75BF

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

Shades of Chetwode Blue #6B75BF

Tints of Chetwode Blue #6B75BF

Color information

#6B75BF (or 0x6B75BF) is unknown color: approx Chetwode Blue. HEX triplet: 6B, 75 and BF. RGB value is (107,117,191). Sum of RGB (Red+Green+Blue) = 107+117+191=415 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.78% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B75BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B75BF is #948A40. Grayscale: #7A7A7A. Windows color (decimal): -9734721 or 12547435. OLE color: 12547435.

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

Color convert

RGB107117191-
CMYK0.440.3900.25
HSL232.86º39.62%58.43%-
HSV(B)232.86º43.98%74.9%-
XYZ21.8319.6151.92-
YUV122.45166.69116.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.78%
GREEN value IS 117 (46.09% from 255) = 28.19%
BLUE value IS 191 (75% from 255) = 46.02%
R=25.78%
G=28.19%
B=46.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1071171910.440.3900.25232.8639.6258.43
Hex6B75BF2C27019e9283a
Octal15316527754470313515072
Binary110101111101011011111110110010011101100111101001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B75BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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