#6765B5

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

Shades of Chetwode Blue #6765B5

Tints of Chetwode Blue #6765B5

Color information

#6765B5 (or 0x6765B5) is unknown color: approx Chetwode Blue. HEX triplet: 67, 65 and B5. RGB value is (103,101,181). Sum of RGB (Red+Green+Blue) = 103+101+181=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 181 (71.09% from 255 or 47.01% from 385); Max value from RGB is 181 - color contains mainly: blue. Hex color #6765B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6765B5 is #989A4A. Grayscale: #6E6E6E. Windows color (decimal): -10000971 or 11887975. OLE color: 11887975.

HSL color Cylindrical-coordinate representation of color #6765B5: hue angle of 241.5º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6765B5 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB103101181-
CMYK0.430.4400.29
HSL241.5º35.09%55.29%-
HSV(B)241.5º44.2%70.98%-
XYZ18.5915.5345.73-
YUV110.72167.66122.5-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.75%
GREEN value IS 101 (39.84% from 255) = 26.23%
BLUE value IS 181 (71.09% from 255) = 47.01%
R=26.75%
G=26.23%
B=47.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1031011810.430.4400.29241.535.0955.29
Hex6765B52B2C01Df22337
Octal14714526553540353624367
Binary110011111001011011010110101110110001110111110010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6765B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6765B5; }

 p { color: rgb(103,101,181); }

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

<style>
 a { background-color: #6765B5; }

 a { background-color: rgb(103,101,181); }

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

<style>
 span { border-color: #6765B5; }

 span { border-color: rgb(103,101,181); }

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