#6F7CB4

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

Shades of Chetwode Blue #6F7CB4

Tints of Chetwode Blue #6F7CB4

Color information

#6F7CB4 (or 0x6F7CB4) is unknown color: approx Chetwode Blue. HEX triplet: 6F, 7C and B4. RGB value is (111,124,180). Sum of RGB (Red+Green+Blue) = 111+124+180=415 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.75% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 180 (70.70% from 255 or 43.37% from 415); Max value from RGB is 180 - color contains mainly: blue. Hex color #6F7CB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7CB4 is #90834B. Grayscale: #7E7E7E. Windows color (decimal): -9470796 or 11828335. OLE color: 11828335.

HSL color Cylindrical-coordinate representation of color #6F7CB4: hue angle of 228.7º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F7CB4 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB111124180-
CMYK0.380.3100.29
HSL228.7º31.51%57.06%-
HSV(B)228.7º38.33%70.59%-
XYZ2221.0946.09-
YUV126.5158.19116.95-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.75%
GREEN value IS 124 (48.83% from 255) = 29.88%
BLUE value IS 180 (70.70% from 255) = 43.37%
R=26.75%
G=29.88%
B=43.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1111241800.380.3100.29228.731.5157.06
Hex6F7CB4261F01De52039
Octal15717426446370353454071
Binary11011111111100101101001001101111101110111100101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,124,180); }

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

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

 a { background-color: rgb(111,124,180); }

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

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

 span { border-color: rgb(111,124,180); }

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