#6467BA

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

Shades of Chetwode Blue #6467BA

Tints of Chetwode Blue #6467BA

Color information

#6467BA (or 0x6467BA) is unknown color: approx Chetwode Blue. HEX triplet: 64, 67 and BA. RGB value is (100,103,186). Sum of RGB (Red+Green+Blue) = 100+103+186=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #6467BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6467BA is #9B9845. Grayscale: #6F6F6F. Windows color (decimal): -10197062 or 12216164. OLE color: 12216164.

HSL color Cylindrical-coordinate representation of color #6467BA: hue angle of 237.91º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6467BA is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB100103186-
CMYK0.460.4500.27
HSL237.91º38.39%56.08%-
HSV(B)237.91º46.24%72.94%-
XYZ18.9715.9548.53-
YUV111.56170.01119.75-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.71%
GREEN value IS 103 (40.62% from 255) = 26.48%
BLUE value IS 186 (73.05% from 255) = 47.81%
R=25.71%
G=26.48%
B=47.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001031860.460.4500.27237.9138.3956.08
Hex6467BA2E2D01Bee2638
Octal14414727256550333564670
Binary110010011001111011101010111010110101101111101110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6467BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6467BA; }

 p { color: rgb(100,103,186); }

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

<style>
 a { background-color: #6467BA; }

 a { background-color: rgb(100,103,186); }

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

<style>
 span { border-color: #6467BA; }

 span { border-color: rgb(100,103,186); }

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