#6368AB

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

Shades of Chetwode Blue #6368AB

Tints of Chetwode Blue #6368AB

Color information

#6368AB (or 0x6368AB) is unknown color: approx Chetwode Blue. HEX triplet: 63, 68 and AB. RGB value is (99,104,171). Sum of RGB (Red+Green+Blue) = 99+104+171=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #6368AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6368AB is #9C9754. Grayscale: #6D6D6D. Windows color (decimal): -10262357 or 11233379. OLE color: 11233379.

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

Color convert

RGB99104171-
CMYK0.420.3900.33
HSL235.83º30%52.94%-
HSV(B)235.83º42.11%67.06%-
XYZ17.4515.4940.6-
YUV110.14162.34120.05-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.47%
GREEN value IS 104 (41.02% from 255) = 27.81%
BLUE value IS 171 (67.19% from 255) = 45.72%
R=26.47%
G=27.81%
B=45.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991041710.420.3900.33235.833052.94
Hex6368AB2A27021ec1e35
Octal14315025352470413543665
Binary110001111010001010101110101010011101000011110110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6368AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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