#6A7BBC

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

Shades of Chetwode Blue #6A7BBC

Tints of Chetwode Blue #6A7BBC

Color information

#6A7BBC (or 0x6A7BBC) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 7B and BC. RGB value is (106,123,188). Sum of RGB (Red+Green+Blue) = 106+123+188=417 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.42% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #6A7BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A7BBC is #958443. Grayscale: #7D7D7D. Windows color (decimal): -9798724 or 12352362. OLE color: 12352362.

HSL color Cylindrical-coordinate representation of color #6A7BBC: hue angle of 227.56º 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 #6A7BBC is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB106123188-
CMYK0.440.3500.26
HSL227.56º37.96%57.65%-
HSV(B)227.56º43.62%73.73%-
XYZ22.120.8650.44-
YUV125.33163.37114.21-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.42%
GREEN value IS 123 (48.44% from 255) = 29.50%
BLUE value IS 188 (73.83% from 255) = 45.08%
R=25.42%
G=29.50%
B=45.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1061231880.440.3500.26227.5637.9657.65
Hex6A7BBC2C2301Ae4263a
Octal15217327454430323444672
Binary110101011110111011110010110010001101101011100100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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