#6368B9

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

Shades of Chetwode Blue #6368B9

Tints of Chetwode Blue #6368B9

Color information

#6368B9 (or 0x6368B9) is unknown color: approx Chetwode Blue. HEX triplet: 63, 68 and B9. RGB value is (99,104,185). Sum of RGB (Red+Green+Blue) = 99+104+185=388 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.52% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 185 (72.66% from 255 or 47.68% from 388); Max value from RGB is 185 - color contains mainly: blue. Hex color #6368B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6368B9 is #9C9746. Grayscale: #6F6F6F. Windows color (decimal): -10262343 or 12150883. OLE color: 12150883.

HSL color Cylindrical-coordinate representation of color #6368B9: hue angle of 236.51º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6368B9 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB99104185-
CMYK0.460.4400.27
HSL236.51º38.05%55.69%-
HSV(B)236.51º46.49%72.55%-
XYZ18.8516.0648-
YUV111.74169.34118.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.52%
GREEN value IS 104 (41.02% from 255) = 26.80%
BLUE value IS 185 (72.66% from 255) = 47.68%
R=25.52%
G=26.80%
B=47.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal991041850.460.4400.27236.5138.0555.69
Hex6368B92E2C01Bed2638
Octal14315027156540333554670
Binary110001111010001011100110111010110001101111101101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6368B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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