#6366BC

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

Shades of Chetwode Blue #6366BC

Tints of Chetwode Blue #6366BC

Color information

#6366BC (or 0x6366BC) is unknown color: approx Chetwode Blue. HEX triplet: 63, 66 and BC. RGB value is (99,102,188). Sum of RGB (Red+Green+Blue) = 99+102+188=389 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.45% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #6366BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6366BC is #9C9943. Grayscale: #6E6E6E. Windows color (decimal): -10262852 or 12346979. OLE color: 12346979.

HSL color Cylindrical-coordinate representation of color #6366BC: hue angle of 237.98º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6366BC is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB99102188-
CMYK0.470.4600.26
HSL237.98º39.91%56.27%-
HSV(B)237.98º47.34%73.73%-
XYZ18.9715.7949.62-
YUV110.91171.51119.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.45%
GREEN value IS 102 (40.23% from 255) = 26.22%
BLUE value IS 188 (73.83% from 255) = 48.33%
R=25.45%
G=26.22%
B=48.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal991021880.470.4600.26237.9839.9156.27
Hex6366BC2F2E01Aee2838
Octal14314627457560323565070
Binary110001111001101011110010111110111001101011101110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6366BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6366BC; }

 p { color: rgb(99,102,188); }

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

<style>
 a { background-color: #6366BC; }

 a { background-color: rgb(99,102,188); }

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

<style>
 span { border-color: #6366BC; }

 span { border-color: rgb(99,102,188); }

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