#6865BF

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

Shades of Chetwode Blue #6865BF

Tints of Chetwode Blue #6865BF

Color information

#6865BF (or 0x6865BF) is unknown color: approx Chetwode Blue. HEX triplet: 68, 65 and BF. RGB value is (104,101,191). Sum of RGB (Red+Green+Blue) = 104+101+191=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #6865BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6865BF is #979A40. Grayscale: #6F6F6F. Windows color (decimal): -9935425 or 12543336. OLE color: 12543336.

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

Color convert

RGB104101191-
CMYK0.460.4700.25
HSL242º41.28%57.25%-
HSV(B)242º47.12%74.9%-
XYZ19.7716.0151.34-
YUV112.16172.49122.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.26%
GREEN value IS 101 (39.84% from 255) = 25.51%
BLUE value IS 191 (75% from 255) = 48.23%
R=26.26%
G=25.51%
B=48.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041011910.460.4700.2524241.2857.25
Hex6865BF2E2F019f22939
Octal15014527756570313625171
Binary110100011001011011111110111010111101100111110010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6865BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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