#6A7BBE

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

Shades of Chetwode Blue #6A7BBE

Tints of Chetwode Blue #6A7BBE

Color information

#6A7BBE (or 0x6A7BBE) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 7B and BE. RGB value is (106,123,190). Sum of RGB (Red+Green+Blue) = 106+123+190=419 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.30% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #6A7BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A7BBE is #958441. Grayscale: #7D7D7D. Windows color (decimal): -9798722 or 12483434. OLE color: 12483434.

HSL color Cylindrical-coordinate representation of color #6A7BBE: hue angle of 227.86º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6A7BBE is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB106123190-
CMYK0.440.3500.25
HSL227.86º39.25%58.04%-
HSV(B)227.86º44.21%74.51%-
XYZ22.3220.9551.58-
YUV125.56164.37114.05-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.30%
GREEN value IS 123 (48.44% from 255) = 29.36%
BLUE value IS 190 (74.61% from 255) = 45.35%
R=25.30%
G=29.36%
B=45.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061231900.440.3500.25227.8639.2558.04
Hex6A7BBE2C23019e4273a
Octal15217327654430313444772
Binary110101011110111011111010110010001101100111100100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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