#6A7BB0

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

Shades of Chetwode Blue #6A7BB0

Tints of Chetwode Blue #6A7BB0

Color information

#6A7BB0 (or 0x6A7BB0) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 7B and B0. RGB value is (106,123,176). Sum of RGB (Red+Green+Blue) = 106+123+176=405 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.17% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 176 (69.14% from 255 or 43.46% from 405); Max value from RGB is 176 - color contains mainly: blue. Hex color #6A7BB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7BB0 is #95844F. Grayscale: #7B7B7B. Windows color (decimal): -9798736 or 11565930. OLE color: 11565930.

HSL color Cylindrical-coordinate representation of color #6A7BB0: hue angle of 225.43º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6A7BB0 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB106123176-
CMYK0.400.3000.31
HSL225.43º30.7%55.29%-
HSV(B)225.43º39.77%69.02%-
XYZ20.8620.3643.91-
YUV123.96157.37115.19-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.17%
GREEN value IS 123 (48.44% from 255) = 30.37%
BLUE value IS 176 (69.14% from 255) = 43.46%
R=26.17%
G=30.37%
B=43.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1061231760.400.3000.31225.4330.755.29
Hex6A7BB0281E01Fe11f37
Octal15217326050360373413767
Binary1101010111101110110000101000111100111111110000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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