#6B69AF

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

Shades of Chetwode Blue #6B69AF

Tints of Chetwode Blue #6B69AF

Color information

#6B69AF (or 0x6B69AF) is unknown color: approx Chetwode Blue. HEX triplet: 6B, 69 and AF. RGB value is (107,105,175). Sum of RGB (Red+Green+Blue) = 107+105+175=387 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.65% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #6B69AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B69AF is #949650. Grayscale: #717171. Windows color (decimal): -9737809 or 11495787. OLE color: 11495787.

HSL color Cylindrical-coordinate representation of color #6B69AF: hue angle of 241.71º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6B69AF is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB107105175-
CMYK0.390.4000.31
HSL241.71º30.43%54.9%-
HSV(B)241.71º40%68.63%-
XYZ18.8516.3242.71-
YUV113.58162.66123.31-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.65%
GREEN value IS 105 (41.41% from 255) = 27.13%
BLUE value IS 175 (68.75% from 255) = 45.22%
R=27.65%
G=27.13%
B=45.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071051750.390.4000.31241.7130.4354.9
Hex6B69AF272801Ff21e37
Octal15315125747500373623667
Binary11010111101001101011111001111010000111111111001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B69AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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