#6A7DB1

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

Shades of Chetwode Blue #6A7DB1

Tints of Chetwode Blue #6A7DB1

Color information

#6A7DB1 (or 0x6A7DB1) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 7D and B1. RGB value is (106,125,177). Sum of RGB (Red+Green+Blue) = 106+125+177=408 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.98% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 177 (69.53% from 255 or 43.38% from 408); Max value from RGB is 177 - color contains mainly: blue. Hex color #6A7DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7DB1 is #95824E. Grayscale: #7D7D7D. Windows color (decimal): -9798223 or 11631978. OLE color: 11631978.

HSL color Cylindrical-coordinate representation of color #6A7DB1: hue angle of 223.94º 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 #6A7DB1 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB106125177-
CMYK0.400.2900.31
HSL223.94º31.28%55.49%-
HSV(B)223.94º40.11%69.41%-
XYZ21.2120.9144.51-
YUV125.25157.21114.27-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.98%
GREEN value IS 125 (49.22% from 255) = 30.64%
BLUE value IS 177 (69.53% from 255) = 43.38%
R=25.98%
G=30.64%
B=43.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1061251770.400.2900.31223.9431.2855.49
Hex6A7DB1281D01Fe01f37
Octal15217526150350373403767
Binary1101010111110110110001101000111010111111110000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,125,177); }

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

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

 a { background-color: rgb(106,125,177); }

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

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

 span { border-color: rgb(106,125,177); }

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