#6266AE

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

Shades of Chetwode Blue #6266AE

Tints of Chetwode Blue #6266AE

Color information

#6266AE (or 0x6266AE) is unknown color: approx Chetwode Blue. HEX triplet: 62, 66 and AE. RGB value is (98,102,174). Sum of RGB (Red+Green+Blue) = 98+102+174=374 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.20% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #6266AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6266AE is #9D9951. Grayscale: #6C6C6C. Windows color (decimal): -10328402 or 11429474. OLE color: 11429474.

HSL color Cylindrical-coordinate representation of color #6266AE: hue angle of 236.84º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6266AE is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB98102174-
CMYK0.440.4100.32
HSL236.84º31.93%53.33%-
HSV(B)236.84º43.68%68.24%-
XYZ17.4315.1642.05-
YUV109.01164.67120.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.20%
GREEN value IS 102 (40.23% from 255) = 27.27%
BLUE value IS 174 (68.36% from 255) = 46.52%
R=26.20%
G=27.27%
B=46.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal981021740.440.4100.32236.8431.9353.33
Hex6266AE2C29020ed2035
Octal14214625654510403554065
Binary1100010110011010101110101100101001010000011101101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6266AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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