#6779BA

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

Shades of Chetwode Blue #6779BA

Tints of Chetwode Blue #6779BA

Color information

#6779BA (or 0x6779BA) is unknown color: approx Chetwode Blue. HEX triplet: 67, 79 and BA. RGB value is (103,121,186). Sum of RGB (Red+Green+Blue) = 103+121+186=410 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.12% from 410); Green value is 121 (47.66% from 255 or 29.51% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #6779BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6779BA is #988645. Grayscale: #7A7A7A. Windows color (decimal): -9995846 or 12220775. OLE color: 12220775.

HSL color Cylindrical-coordinate representation of color #6779BA: hue angle of 226.99º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6779BA is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB103121186-
CMYK0.450.3500.27
HSL226.99º37.56%56.67%-
HSV(B)226.99º44.62%72.94%-
XYZ21.2920.149.21-
YUV123.03163.54113.71-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.12%
GREEN value IS 121 (47.66% from 255) = 29.51%
BLUE value IS 186 (73.05% from 255) = 45.37%
R=25.12%
G=29.51%
B=45.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1031211860.450.3500.27226.9937.5656.67
Hex6779BA2D2301Be32639
Octal14717127255430333434671
Binary110011111110011011101010110110001101101111100011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6779BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6779BA; }

 p { color: rgb(103,121,186); }

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

<style>
 a { background-color: #6779BA; }

 a { background-color: rgb(103,121,186); }

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

<style>
 span { border-color: #6779BA; }

 span { border-color: rgb(103,121,186); }

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