#6F78BF

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

Shades of Chetwode Blue #6F78BF

Tints of Chetwode Blue #6F78BF

Color information

#6F78BF (or 0x6F78BF) is unknown color: approx Chetwode Blue. HEX triplet: 6F, 78 and BF. RGB value is (111,120,191). Sum of RGB (Red+Green+Blue) = 111+120+191=422 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.30% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F78BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F78BF is #908740. Grayscale: #7D7D7D. Windows color (decimal): -9471809 or 12548207. OLE color: 12548207.

HSL color Cylindrical-coordinate representation of color #6F78BF: hue angle of 233.25º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F78BF is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB111120191-
CMYK0.420.3700.25
HSL233.25º38.46%59.22%-
HSV(B)233.25º41.88%74.9%-
XYZ22.6820.5752.07-
YUV125.4165.02117.73-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.30%
GREEN value IS 120 (47.27% from 255) = 28.44%
BLUE value IS 191 (75% from 255) = 45.26%
R=26.30%
G=28.44%
B=45.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111201910.420.3700.25233.2538.4659.22
Hex6F78BF2A25019e9263b
Octal15717027752450313514673
Binary110111111110001011111110101010010101100111101001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F78BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F78BF; }

 p { color: rgb(111,120,191); }

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

<style>
 a { background-color: #6F78BF; }

 a { background-color: rgb(111,120,191); }

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

<style>
 span { border-color: #6F78BF; }

 span { border-color: rgb(111,120,191); }

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