#6764BE

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

Shades of Chetwode Blue #6764BE

Tints of Chetwode Blue #6764BE

Color information

#6764BE (or 0x6764BE) is unknown color: approx Chetwode Blue. HEX triplet: 67, 64 and BE. RGB value is (103,100,190). Sum of RGB (Red+Green+Blue) = 103+100+190=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #6764BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6764BE is #989B41. Grayscale: #6E6E6E. Windows color (decimal): -10001218 or 12477543. OLE color: 12477543.

HSL color Cylindrical-coordinate representation of color #6764BE: hue angle of 242º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6764BE is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB103100190-
CMYK0.460.4700.25
HSL242º40.91%56.86%-
HSV(B)242º47.37%74.51%-
XYZ19.4415.7250.72-
YUV111.16172.49122.18-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.21%
GREEN value IS 100 (39.45% from 255) = 25.45%
BLUE value IS 190 (74.61% from 255) = 48.35%
R=26.21%
G=25.45%
B=48.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1031001900.460.4700.2524240.9156.86
Hex6764BE2E2F019f22939
Octal14714427656570313625171
Binary110011111001001011111010111010111101100111110010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6764BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6764BE; }

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

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

<style>
 a { background-color: #6764BE; }

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

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

<style>
 span { border-color: #6764BE; }

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

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