#6265B2

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

Shades of Chetwode Blue #6265B2

Tints of Chetwode Blue #6265B2

Color information

#6265B2 (or 0x6265B2) is unknown color: approx Chetwode Blue. HEX triplet: 62, 65 and B2. RGB value is (98,101,178). Sum of RGB (Red+Green+Blue) = 98+101+178=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 178 (69.92% from 255 or 47.21% from 377); Max value from RGB is 178 - color contains mainly: blue. Hex color #6265B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6265B2 is #9D9A4D. Grayscale: #6C6C6C. Windows color (decimal): -10328654 or 11691362. OLE color: 11691362.

HSL color Cylindrical-coordinate representation of color #6265B2: hue angle of 237.75º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6265B2 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB98101178-
CMYK0.450.4300.30
HSL237.75º34.19%54.12%-
HSV(B)237.75º44.94%69.8%-
XYZ17.7315.1244.1-
YUV108.88167.01120.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.99%
GREEN value IS 101 (39.84% from 255) = 26.79%
BLUE value IS 178 (69.92% from 255) = 47.21%
R=25.99%
G=26.79%
B=47.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal981011780.450.4300.30237.7534.1954.12
Hex6265B22D2B01Eee2236
Octal14214526255530363564266
Binary110001011001011011001010110110101101111011101110100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6265B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6265B2; }

 p { color: rgb(98,101,178); }

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

<style>
 a { background-color: #6265B2; }

 a { background-color: rgb(98,101,178); }

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

<style>
 span { border-color: #6265B2; }

 span { border-color: rgb(98,101,178); }

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