#6169BD

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

Shades of Chetwode Blue #6169BD

Tints of Chetwode Blue #6169BD

Color information

#6169BD (or 0x6169BD) is unknown color: approx Chetwode Blue. HEX triplet: 61, 69 and BD. RGB value is (97,105,189). Sum of RGB (Red+Green+Blue) = 97+105+189=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #6169BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6169BD is #9E9642. Grayscale: #6F6F6F. Windows color (decimal): -10393155 or 12413281. OLE color: 12413281.

HSL color Cylindrical-coordinate representation of color #6169BD: hue angle of 234.78º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6169BD is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB97105189-
CMYK0.490.4400.26
HSL234.78º41.07%56.08%-
HSV(B)234.78º48.68%74.12%-
XYZ19.1716.3250.28-
YUV112.18171.35117.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.81%
GREEN value IS 105 (41.41% from 255) = 26.85%
BLUE value IS 189 (74.22% from 255) = 48.34%
R=24.81%
G=26.85%
B=48.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971051890.490.4400.26234.7841.0756.08
Hex6169BD312C01Aeb2938
Octal14115127561540323535170
Binary110000111010011011110111000110110001101011101011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6169BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6169BD; }

 p { color: rgb(97,105,189); }

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

<style>
 a { background-color: #6169BD; }

 a { background-color: rgb(97,105,189); }

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

<style>
 span { border-color: #6169BD; }

 span { border-color: rgb(97,105,189); }

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