#6A7CBF

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

Shades of Chetwode Blue #6A7CBF

Tints of Chetwode Blue #6A7CBF

Color information

#6A7CBF (or 0x6A7CBF) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 7C and BF. RGB value is (106,124,191). Sum of RGB (Red+Green+Blue) = 106+124+191=421 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.18% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 191 - color contains mainly: blue. Hex color #6A7CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A7CBF is #958340. Grayscale: #7D7D7D. Windows color (decimal): -9798465 or 12549226. OLE color: 12549226.

HSL color Cylindrical-coordinate representation of color #6A7CBF: hue angle of 227.29º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6A7CBF is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB106124191-
CMYK0.450.3500.25
HSL227.29º39.91%58.24%-
HSV(B)227.29º44.5%74.9%-
XYZ22.5621.2452.2-
YUV126.26164.54113.55-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.18%
GREEN value IS 124 (48.83% from 255) = 29.45%
BLUE value IS 191 (75% from 255) = 45.37%
R=25.18%
G=29.45%
B=45.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061241910.450.3500.25227.2939.9158.24
Hex6A7CBF2D23019e3283a
Octal15217427755430313435072
Binary110101011111001011111110110110001101100111100011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,124,191); }

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

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

 a { background-color: rgb(106,124,191); }

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

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

 span { border-color: rgb(106,124,191); }

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