#6b70bf

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

Shades of Chetwode Blue #6B70BF

Tints of Chetwode Blue #6B70BF

Color information

#6B70BF (or 0x6B70BF) is unknown color: approx Chetwode Blue. HEX triplet: 6B, 70 and BF. RGB value is (107,112,191). Sum of RGB (Red+Green+Blue) = 107+112+191=410 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.10% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B70BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B70BF is #948F40. Grayscale: #777777. Windows color (decimal): -9736001 or 12546155. OLE color: 12546155.

HSL color Cylindrical-coordinate representation of color #6B70BF: hue angle of 236.43º degrees, saturation: 0.4, 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 #6B70BF is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB107112191-
CMYK0.440.4100.25
HSL236.43º39.62%58.43%-
HSV(B)236.43º43.98%74.9%-
XYZ21.2618.4851.74-
YUV119.51168.34119.08-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.10%
GREEN value IS 112 (44.14% from 255) = 27.32%
BLUE value IS 191 (75% from 255) = 46.59%
R=26.10%
G=27.32%
B=46.59%

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
Decimal1071121910.440.4100.25236.4339.6258.43
Hex6B70BF2C29019ec283a
Octal15316027754510313545072
Binary110101111100001011111110110010100101100111101100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b70bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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