#6B70BE

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

Shades of Chetwode Blue #6B70BE

Tints of Chetwode Blue #6B70BE

Color information

#6B70BE (or 0x6B70BE) is unknown color: approx Chetwode Blue. HEX triplet: 6B, 70 and BE. RGB value is (107,112,190). Sum of RGB (Red+Green+Blue) = 107+112+190=409 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.16% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B70BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B70BE is #948F41. Grayscale: #777777. Windows color (decimal): -9736002 or 12480619. OLE color: 12480619.

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

Color convert

RGB107112190-
CMYK0.440.4100.25
HSL236.39º38.97%58.24%-
HSV(B)236.39º43.68%74.51%-
XYZ21.1518.4351.16-
YUV119.4167.84119.16-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.16%
GREEN value IS 112 (44.14% from 255) = 27.38%
BLUE value IS 190 (74.61% from 255) = 46.45%
R=26.16%
G=27.38%
B=46.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1071121900.440.4100.25236.3938.9758.24
Hex6B70BE2C29019ec273a
Octal15316027654510313544772
Binary110101111100001011111010110010100101100111101100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B70BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,112,190); }

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

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

 a { background-color: rgb(107,112,190); }

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

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

 span { border-color: rgb(107,112,190); }

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