#6362BA

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

Shades of Chetwode Blue #6362BA

Tints of Chetwode Blue #6362BA

Color information

#6362BA (or 0x6362BA) is unknown color: approx Chetwode Blue. HEX triplet: 63, 62 and BA. RGB value is (99,98,186). Sum of RGB (Red+Green+Blue) = 99+98+186=383 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.85% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #6362BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6362BA is #9C9D45. Grayscale: #6B6B6B. Windows color (decimal): -10263878 or 12214883. OLE color: 12214883.

HSL color Cylindrical-coordinate representation of color #6362BA: hue angle of 240.68º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6362BA is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9998186-
CMYK0.470.4700.27
HSL240.68º38.94%55.69%-
HSV(B)240.68º47.31%72.94%-
XYZ18.3814.9348.37-
YUV108.33171.83121.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.85%
GREEN value IS 98 (38.67% from 255) = 25.59%
BLUE value IS 186 (73.05% from 255) = 48.56%
R=25.85%
G=25.59%
B=48.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal99981860.470.4700.27240.6838.9455.69
Hex6362BA2F2F01Bf12738
Octal14314227257570333614770
Binary110001111000101011101010111110111101101111110001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6362BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6362BA; }

 p { color: rgb(99,98,186); }

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

<style>
 a { background-color: #6362BA; }

 a { background-color: rgb(99,98,186); }

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

<style>
 span { border-color: #6362BA; }

 span { border-color: rgb(99,98,186); }

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