#6A6BBC

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

Shades of Chetwode Blue #6A6BBC

Tints of Chetwode Blue #6A6BBC

Color information

#6A6BBC (or 0x6A6BBC) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 6B and BC. RGB value is (106,107,188). Sum of RGB (Red+Green+Blue) = 106+107+188=401 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.43% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #6A6BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A6BBC is #959443. Grayscale: #737373. Windows color (decimal): -9802820 or 12348266. OLE color: 12348266.

HSL color Cylindrical-coordinate representation of color #6A6BBC: hue angle of 239.27º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6A6BBC is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB106107188-
CMYK0.440.4300.26
HSL239.27º37.96%57.65%-
HSV(B)239.27º43.62%73.73%-
XYZ20.2817.2149.83-
YUV115.94168.67120.91-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.43%
GREEN value IS 107 (42.19% from 255) = 26.68%
BLUE value IS 188 (73.83% from 255) = 46.88%
R=26.43%
G=26.68%
B=46.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1061071880.440.4300.26239.2737.9657.65
Hex6A6BBC2C2B01Aef263a
Octal15215327454530323574672
Binary110101011010111011110010110010101101101011101111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,107,188); }

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

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

 a { background-color: rgb(106,107,188); }

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

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

 span { border-color: rgb(106,107,188); }

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