#6368AD

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

Shades of Chetwode Blue #6368AD

Tints of Chetwode Blue #6368AD

Color information

#6368AD (or 0x6368AD) is unknown color: approx Chetwode Blue. HEX triplet: 63, 68 and AD. RGB value is (99,104,173). Sum of RGB (Red+Green+Blue) = 99+104+173=376 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.33% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #6368AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6368AD is #9C9752. Grayscale: #6E6E6E. Windows color (decimal): -10262355 or 11364451. OLE color: 11364451.

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

Color convert

RGB99104173-
CMYK0.430.4000.32
HSL235.95º31.09%53.33%-
HSV(B)235.95º42.77%67.84%-
XYZ17.6415.5741.61-
YUV110.37163.34119.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.33%
GREEN value IS 104 (41.02% from 255) = 27.66%
BLUE value IS 173 (67.97% from 255) = 46.01%
R=26.33%
G=27.66%
B=46.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal991041730.430.4000.32235.9531.0953.33
Hex6368AD2B28020ec1f35
Octal14315025553500403543765
Binary110001111010001010110110101110100001000001110110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6368AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,104,173); }

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

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

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

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

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

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

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