#6165BF

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

Shades of Chetwode Blue #6165BF

Tints of Chetwode Blue #6165BF

Color information

#6165BF (or 0x6165BF) is unknown color: approx Chetwode Blue. HEX triplet: 61, 65 and BF. RGB value is (97,101,191). Sum of RGB (Red+Green+Blue) = 97+101+191=389 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.94% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #6165BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6165BF is #9E9A40. Grayscale: #6D6D6D. Windows color (decimal): -10394177 or 12543329. OLE color: 12543329.

HSL color Cylindrical-coordinate representation of color #6165BF: hue angle of 237.45º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6165BF is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB97101191-
CMYK0.490.4700.25
HSL237.45º42.34%56.47%-
HSV(B)237.45º49.21%74.9%-
XYZ18.9915.6151.3-
YUV110.06173.67118.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.94%
GREEN value IS 101 (39.84% from 255) = 25.96%
BLUE value IS 191 (75% from 255) = 49.10%
R=24.94%
G=25.96%
B=49.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971011910.490.4700.25237.4542.3456.47
Hex6165BF312F019ed2a38
Octal14114527761570313555270
Binary110000111001011011111111000110111101100111101101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6165BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6165BF; }

 p { color: rgb(97,101,191); }

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

<style>
 a { background-color: #6165BF; }

 a { background-color: rgb(97,101,191); }

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

<style>
 span { border-color: #6165BF; }

 span { border-color: rgb(97,101,191); }

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