#6A6F9D

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

Shades of Chetwode Blue #6A6F9D

Tints of Chetwode Blue #6A6F9D

Color information

#6A6F9D (or 0x6A6F9D) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 6F and 9D. RGB value is (106,111,157). Sum of RGB (Red+Green+Blue) = 106+111+157=374 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.34% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 157 - color contains mainly: blue. Hex color #6A6F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6F9D is #959062. Grayscale: #727272. Windows color (decimal): -9801827 or 10317674. OLE color: 10317674.

HSL color Cylindrical-coordinate representation of color #6A6F9D: hue angle of 234.12º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A6F9D is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB106111157-
CMYK0.320.2900.38
HSL234.12º20.65%51.57%-
HSV(B)234.12º32.48%61.57%-
XYZ17.7116.8734.22-
YUV114.75151.84121.76-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.34%
GREEN value IS 111 (43.75% from 255) = 29.68%
BLUE value IS 157 (61.72% from 255) = 41.98%
R=28.34%
G=29.68%
B=41.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1061111570.320.2900.38234.1220.6551.57
Hex6A6F9D201D026ea1534
Octal15215723540350463522564
Binary11010101101111100111011000001110101001101110101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,111,157); }

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

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

 a { background-color: rgb(106,111,157); }

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

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

 span { border-color: rgb(106,111,157); }

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