#6366AF

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

Shades of Chetwode Blue #6366AF

Tints of Chetwode Blue #6366AF

Color information

#6366AF (or 0x6366AF) is unknown color: approx Chetwode Blue. HEX triplet: 63, 66 and AF. RGB value is (99,102,175). Sum of RGB (Red+Green+Blue) = 99+102+175=376 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.33% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 175 - color contains mainly: blue. Hex color #6366AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6366AF is #9C9950. Grayscale: #6D6D6D. Windows color (decimal): -10262865 or 11495011. OLE color: 11495011.

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

Color convert

RGB99102175-
CMYK0.430.4200.31
HSL237.63º32.2%53.73%-
HSV(B)237.63º43.43%68.63%-
XYZ17.6315.2542.57-
YUV109.42165.01120.56-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.33%
GREEN value IS 102 (40.23% from 255) = 27.13%
BLUE value IS 175 (68.75% from 255) = 46.54%
R=26.33%
G=27.13%
B=46.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal991021750.430.4200.31237.6332.253.73
Hex6366AF2B2A01Fee2036
Octal14314625753520373564066
Binary110001111001101010111110101110101001111111101110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6366AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6366AF; }

 p { color: rgb(99,102,175); }

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

<style>
 a { background-color: #6366AF; }

 a { background-color: rgb(99,102,175); }

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

<style>
 span { border-color: #6366AF; }

 span { border-color: rgb(99,102,175); }

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