#6B69AB

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

Shades of Chetwode Blue #6B69AB

Tints of Chetwode Blue #6B69AB

Color information

#6B69AB (or 0x6B69AB) is unknown color: approx Chetwode Blue. HEX triplet: 6B, 69 and AB. RGB value is (107,105,171). Sum of RGB (Red+Green+Blue) = 107+105+171=383 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.94% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B69AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B69AB is #949654. Grayscale: #707070. Windows color (decimal): -9737813 or 11233643. OLE color: 11233643.

HSL color Cylindrical-coordinate representation of color #6B69AB: hue angle of 241.82º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B69AB is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB107105171-
CMYK0.370.3900.33
HSL241.82º28.21%54.12%-
HSV(B)241.82º38.6%67.06%-
XYZ18.4716.1740.68-
YUV113.12160.66123.63-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.94%
GREEN value IS 105 (41.41% from 255) = 27.42%
BLUE value IS 171 (67.19% from 255) = 44.65%
R=27.94%
G=27.42%
B=44.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071051710.370.3900.33241.8228.2154.12
Hex6B69AB2527021f21c36
Octal15315125345470413623466
Binary110101111010011010101110010110011101000011111001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B69AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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