#6D70BF

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

Shades of Chetwode Blue #6D70BF

Tints of Chetwode Blue #6D70BF

Color information

#6D70BF (or 0x6D70BF) is unknown color: approx Chetwode Blue. HEX triplet: 6D, 70 and BF. RGB value is (109,112,191). Sum of RGB (Red+Green+Blue) = 109+112+191=412 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.46% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D70BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D70BF is #928F40. Grayscale: #777777. Windows color (decimal): -9604929 or 12546157. OLE color: 12546157.

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

Color convert

RGB109112191-
CMYK0.430.4100.25
HSL237.8º39.05%58.82%-
HSV(B)237.8º42.93%74.9%-
XYZ21.518.651.75-
YUV120.11168.01120.08-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.46%
GREEN value IS 112 (44.14% from 255) = 27.18%
BLUE value IS 191 (75% from 255) = 46.36%
R=26.46%
G=27.18%
B=46.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091121910.430.4100.25237.839.0558.82
Hex6D70BF2B29019ee273b
Octal15516027753510313564773
Binary110110111100001011111110101110100101100111101110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D70BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,112,191); }

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

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

 a { background-color: rgb(109,112,191); }

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

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

 span { border-color: rgb(109,112,191); }

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