#6F7ABF

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

Shades of Chetwode Blue #6F7ABF

Tints of Chetwode Blue #6F7ABF

Color information

#6F7ABF (or 0x6F7ABF) is unknown color: approx Chetwode Blue. HEX triplet: 6F, 7A and BF. RGB value is (111,122,191). Sum of RGB (Red+Green+Blue) = 111+122+191=424 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.18% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F7ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7ABF is #908540. Grayscale: #7E7E7E. Windows color (decimal): -9471297 or 12548719. OLE color: 12548719.

HSL color Cylindrical-coordinate representation of color #6F7ABF: hue angle of 231.75º 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 #6F7ABF is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB111122191-
CMYK0.420.3600.25
HSL231.75º38.46%59.22%-
HSV(B)231.75º41.88%74.9%-
XYZ22.9221.0652.15-
YUV126.58164.36116.89-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.18%
GREEN value IS 122 (48.05% from 255) = 28.77%
BLUE value IS 191 (75% from 255) = 45.05%
R=26.18%
G=28.77%
B=45.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111221910.420.3600.25231.7538.4659.22
Hex6F7ABF2A24019e8263b
Octal15717227752440313504673
Binary110111111110101011111110101010010001100111101000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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