#6B7AAF

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

Shades of Chetwode Blue #6B7AAF

Tints of Chetwode Blue #6B7AAF

Color information

#6B7AAF (or 0x6B7AAF) is unknown color: approx Chetwode Blue. HEX triplet: 6B, 7A and AF. RGB value is (107,122,175). Sum of RGB (Red+Green+Blue) = 107+122+175=404 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.49% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #6B7AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7AAF is #948550. Grayscale: #7B7B7B. Windows color (decimal): -9733457 or 11500139. OLE color: 11500139.

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

Color convert

RGB107122175-
CMYK0.390.3000.31
HSL226.76º29.82%55.29%-
HSV(B)226.76º38.86%68.63%-
XYZ20.7620.1443.35-
YUV123.56157.03116.19-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.49%
GREEN value IS 122 (48.05% from 255) = 30.20%
BLUE value IS 175 (68.75% from 255) = 43.32%
R=26.49%
G=30.20%
B=43.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071221750.390.3000.31226.7629.8255.29
Hex6B7AAF271E01Fe31e37
Octal15317225747360373433667
Binary1101011111101010101111100111111100111111110001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,122,175); }

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

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

 a { background-color: rgb(107,122,175); }

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

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

 span { border-color: rgb(107,122,175); }

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