#6465B0

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

Shades of Chetwode Blue #6465B0

Tints of Chetwode Blue #6465B0

Color information

#6465B0 (or 0x6465B0) is unknown color: approx Chetwode Blue. HEX triplet: 64, 65 and B0. RGB value is (100,101,176). Sum of RGB (Red+Green+Blue) = 100+101+176=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 101 (39.84% from 255 or 26.79% 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 #6465B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6465B0 is #9B9A4F. Grayscale: #6C6C6C. Windows color (decimal): -10197584 or 11560292. OLE color: 11560292.

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

Color convert

RGB100101176-
CMYK0.430.4300.31
HSL239.21º32.48%54.12%-
HSV(B)239.21º43.18%69.02%-
XYZ17.7515.1543.06-
YUV109.25165.67121.4-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.53%
GREEN value IS 101 (39.84% from 255) = 26.79%
BLUE value IS 176 (69.14% from 255) = 46.68%
R=26.53%
G=26.79%
B=46.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1001011760.430.4300.31239.2132.4854.12
Hex6465B02B2B01Fef2036
Octal14414526053530373574066
Binary110010011001011011000010101110101101111111101111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6465B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,101,176); }

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

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

 a { background-color: rgb(100,101,176); }

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

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

 span { border-color: rgb(100,101,176); }

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