#6366B0

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

Shades of Chetwode Blue #6366B0

Tints of Chetwode Blue #6366B0

Color information

#6366B0 (or 0x6366B0) is unknown color: approx Chetwode Blue. HEX triplet: 63, 66 and B0. RGB value is (99,102,176). Sum of RGB (Red+Green+Blue) = 99+102+176=377 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.26% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 176 (69.14% from 255 or 46.68% from 377); Max value from RGB is 176 - color contains mainly: blue. Hex color #6366B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6366B0 is #9C994F. Grayscale: #6D6D6D. Windows color (decimal): -10262864 or 11560547. OLE color: 11560547.

HSL color Cylindrical-coordinate representation of color #6366B0: hue angle of 237.66º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6366B0 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB99102176-
CMYK0.440.4200.31
HSL237.66º32.77%53.92%-
HSV(B)237.66º43.75%69.02%-
XYZ17.7315.2943.09-
YUV109.54165.51120.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.26%
GREEN value IS 102 (40.23% from 255) = 27.06%
BLUE value IS 176 (69.14% from 255) = 46.68%
R=26.26%
G=27.06%
B=46.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal991021760.440.4200.31237.6632.7753.92
Hex6366B02C2A01Fee2136
Octal14314626054520373564166
Binary110001111001101011000010110010101001111111101110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6366B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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