#6169BC

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

Shades of Chetwode Blue #6169BC

Tints of Chetwode Blue #6169BC

Color information

#6169BC (or 0x6169BC) is unknown color: approx Chetwode Blue. HEX triplet: 61, 69 and BC. RGB value is (97,105,188). Sum of RGB (Red+Green+Blue) = 97+105+188=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #6169BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6169BC is #9E9643. Grayscale: #6F6F6F. Windows color (decimal): -10393156 or 12347745. OLE color: 12347745.

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

Color convert

RGB97105188-
CMYK0.480.4400.26
HSL234.73º40.44%55.88%-
HSV(B)234.73º48.4%73.73%-
XYZ19.0616.2849.71-
YUV112.07170.85117.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.87%
GREEN value IS 105 (41.41% from 255) = 26.92%
BLUE value IS 188 (73.83% from 255) = 48.21%
R=24.87%
G=26.92%
B=48.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971051880.480.4400.26234.7340.4455.88
Hex6169BC302C01Aeb2838
Octal14115127460540323535070
Binary110000111010011011110011000010110001101011101011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6169BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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