#6970B6

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

Shades of Chetwode Blue #6970B6

Tints of Chetwode Blue #6970B6

Color information

#6970B6 (or 0x6970B6) is unknown color: approx Chetwode Blue. HEX triplet: 69, 70 and B6. RGB value is (105,112,182). Sum of RGB (Red+Green+Blue) = 105+112+182=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 182 (71.48% from 255 or 45.61% from 399); Max value from RGB is 182 - color contains mainly: blue. Hex color #6970B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6970B6 is #968F49. Grayscale: #757575. Windows color (decimal): -9867082 or 11956329. OLE color: 11956329.

HSL color Cylindrical-coordinate representation of color #6970B6: hue angle of 234.55º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6970B6 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB105112182-
CMYK0.420.3800.29
HSL234.55º34.53%56.27%-
HSV(B)234.55º42.31%71.37%-
XYZ20.0617.9746.67-
YUV117.89164.18118.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.32%
GREEN value IS 112 (44.14% from 255) = 28.07%
BLUE value IS 182 (71.48% from 255) = 45.61%
R=26.32%
G=28.07%
B=45.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1051121820.420.3800.29234.5534.5356.27
Hex6970B62A2601Deb2338
Octal15116026652460353534370
Binary110100111100001011011010101010011001110111101011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6970B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6970B6; }

 p { color: rgb(105,112,182); }

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

<style>
 a { background-color: #6970B6; }

 a { background-color: rgb(105,112,182); }

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

<style>
 span { border-color: #6970B6; }

 span { border-color: rgb(105,112,182); }

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