#6365AB

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

Shades of Chetwode Blue #6365AB

Tints of Chetwode Blue #6365AB

Color information

#6365AB (or 0x6365AB) is unknown color: approx Chetwode Blue. HEX triplet: 63, 65 and AB. RGB value is (99,101,171). Sum of RGB (Red+Green+Blue) = 99+101+171=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #6365AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6365AB is #9C9A54. Grayscale: #6C6C6C. Windows color (decimal): -10263125 or 11232611. OLE color: 11232611.

HSL color Cylindrical-coordinate representation of color #6365AB: hue angle of 238.33º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6365AB is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB99101171-
CMYK0.420.4100.33
HSL238.33º30%52.94%-
HSV(B)238.33º42.11%67.06%-
XYZ17.1514.940.5-
YUV108.38163.34121.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.68%
GREEN value IS 101 (39.84% from 255) = 27.22%
BLUE value IS 171 (67.19% from 255) = 46.09%
R=26.68%
G=27.22%
B=46.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991011710.420.4100.33238.333052.94
Hex6365AB2A29021ee1e35
Octal14314525352510413563665
Binary110001111001011010101110101010100101000011110111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6365AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6365AB; }

 p { color: rgb(99,101,171); }

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

<style>
 a { background-color: #6365AB; }

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

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

<style>
 span { border-color: #6365AB; }

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

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