#6266BB

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

Shades of Chetwode Blue #6266BB

Tints of Chetwode Blue #6266BB

Color information

#6266BB (or 0x6266BB) is unknown color: approx Chetwode Blue. HEX triplet: 62, 66 and BB. RGB value is (98,102,187). Sum of RGB (Red+Green+Blue) = 98+102+187=387 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.32% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #6266BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6266BB is #9D9944. Grayscale: #6E6E6E. Windows color (decimal): -10328389 or 12281442. OLE color: 12281442.

HSL color Cylindrical-coordinate representation of color #6266BB: hue angle of 237.3º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6266BB is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB98102187-
CMYK0.480.4500.27
HSL237.3º39.56%55.88%-
HSV(B)237.3º47.59%73.33%-
XYZ18.7615.6949.05-
YUV110.49171.17119.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.32%
GREEN value IS 102 (40.23% from 255) = 26.36%
BLUE value IS 187 (73.44% from 255) = 48.32%
R=25.32%
G=26.36%
B=48.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal981021870.480.4500.27237.339.5655.88
Hex6266BB302D01Bed2838
Octal14214627360550333555070
Binary110001011001101011101111000010110101101111101101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6266BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6266BB; }

 p { color: rgb(98,102,187); }

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

<style>
 a { background-color: #6266BB; }

 a { background-color: rgb(98,102,187); }

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

<style>
 span { border-color: #6266BB; }

 span { border-color: rgb(98,102,187); }

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