#6164BB

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

Shades of Chetwode Blue #6164BB

Tints of Chetwode Blue #6164BB

Color information

#6164BB (or 0x6164BB) is unknown color: approx Chetwode Blue. HEX triplet: 61, 64 and BB. RGB value is (97,100,187). Sum of RGB (Red+Green+Blue) = 97+100+187=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #6164BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6164BB is #9E9B44. Grayscale: #6C6C6C. Windows color (decimal): -10394437 or 12280929. OLE color: 12280929.

HSL color Cylindrical-coordinate representation of color #6164BB: hue angle of 238º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6164BB is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB97100187-
CMYK0.480.4700.27
HSL238º39.82%55.69%-
HSV(B)238º48.13%73.33%-
XYZ18.4615.2448.98-
YUV109.02172.01119.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.26%
GREEN value IS 100 (39.45% from 255) = 26.04%
BLUE value IS 187 (73.44% from 255) = 48.70%
R=25.26%
G=26.04%
B=48.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971001870.480.4700.2723839.8255.69
Hex6164BB302F01Bee2838
Octal14114427360570333565070
Binary110000111001001011101111000010111101101111101110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6164BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6164BB; }

 p { color: rgb(97,100,187); }

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

<style>
 a { background-color: #6164BB; }

 a { background-color: rgb(97,100,187); }

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

<style>
 span { border-color: #6164BB; }

 span { border-color: rgb(97,100,187); }

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