#6B69BF

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

Shades of Chetwode Blue #6B69BF

Tints of Chetwode Blue #6B69BF

Color information

#6B69BF (or 0x6B69BF) is unknown color: approx Chetwode Blue. HEX triplet: 6B, 69 and BF. RGB value is (107,105,191). Sum of RGB (Red+Green+Blue) = 107+105+191=403 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.55% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B69BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B69BF is #949640. Grayscale: #737373. Windows color (decimal): -9737793 or 12544363. OLE color: 12544363.

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

Color convert

RGB107105191-
CMYK0.440.4500.25
HSL241.4º40.19%58.04%-
HSV(B)241.4º45.03%74.9%-
XYZ20.5216.9951.49-
YUV115.4170.66122.01-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.55%
GREEN value IS 105 (41.41% from 255) = 26.05%
BLUE value IS 191 (75% from 255) = 47.39%
R=26.55%
G=26.05%
B=47.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1071051910.440.4500.25241.440.1958.04
Hex6B69BF2C2D019f1283a
Octal15315127754550313615072
Binary110101111010011011111110110010110101100111110001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B69BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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