#6368AC

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

Shades of Chetwode Blue #6368AC

Tints of Chetwode Blue #6368AC

Color information

#6368AC (or 0x6368AC) is unknown color: approx Chetwode Blue. HEX triplet: 63, 68 and AC. RGB value is (99,104,172). Sum of RGB (Red+Green+Blue) = 99+104+172=375 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.4% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #6368AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6368AC is #9C9753. Grayscale: #6D6D6D. Windows color (decimal): -10262356 or 11298915. OLE color: 11298915.

HSL color Cylindrical-coordinate representation of color #6368AC: hue angle of 235.89º degrees, saturation: 0.31, 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 #6368AC is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB99104172-
CMYK0.420.4000.33
HSL235.89º30.54%53.14%-
HSV(B)235.89º42.44%67.45%-
XYZ17.5415.5341.1-
YUV110.26162.84119.97-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.4%
GREEN value IS 104 (41.02% from 255) = 27.73%
BLUE value IS 172 (67.58% from 255) = 45.87%
R=26.4%
G=27.73%
B=45.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991041720.420.4000.33235.8930.5453.14
Hex6368AC2A28021ec1f35
Octal14315025452500413543765
Binary110001111010001010110010101010100001000011110110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6368AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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