#6565AD

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

Shades of Chetwode Blue #6565AD

Tints of Chetwode Blue #6565AD

Color information

#6565AD (or 0x6565AD) is unknown color: approx Chetwode Blue. HEX triplet: 65, 65 and AD. RGB value is (101,101,173). Sum of RGB (Red+Green+Blue) = 101+101+173=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #6565AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6565AD is #9A9A52. Grayscale: #6C6C6C. Windows color (decimal): -10132051 or 11363685. OLE color: 11363685.

HSL color Cylindrical-coordinate representation of color #6565AD: hue angle of 240º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6565AD is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB101101173-
CMYK0.420.4200.32
HSL240º30.51%53.73%-
HSV(B)240º41.62%67.84%-
XYZ17.5615.0941.52-
YUV109.21164122.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.93%
GREEN value IS 101 (39.84% from 255) = 26.93%
BLUE value IS 173 (67.97% from 255) = 46.13%
R=26.93%
G=26.93%
B=46.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1011011730.420.4200.3224030.5153.73
Hex6565AD2A2A020f01f36
Octal14514525552520403603766
Binary110010111001011010110110101010101001000001111000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6565AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6565AD; }

 p { color: rgb(101,101,173); }

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

<style>
 a { background-color: #6565AD; }

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

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

<style>
 span { border-color: #6565AD; }

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

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