#6F77BA

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

Shades of Chetwode Blue #6F77BA

Tints of Chetwode Blue #6F77BA

Color information

#6F77BA (or 0x6F77BA) is unknown color: approx Chetwode Blue. HEX triplet: 6F, 77 and BA. RGB value is (111,119,186). Sum of RGB (Red+Green+Blue) = 111+119+186=416 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.68% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F77BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F77BA is #908845. Grayscale: #7B7B7B. Windows color (decimal): -9472070 or 12220271. OLE color: 12220271.

HSL color Cylindrical-coordinate representation of color #6F77BA: hue angle of 233.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F77BA is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB111119186-
CMYK0.400.3600.27
HSL233.6º35.21%58.24%-
HSV(B)233.6º40.32%72.94%-
XYZ22.0220.1249.18-
YUV124.25162.85118.55-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.68%
GREEN value IS 119 (46.88% from 255) = 28.61%
BLUE value IS 186 (73.05% from 255) = 44.71%
R=26.68%
G=28.61%
B=44.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111191860.400.3600.27233.635.2158.24
Hex6F77BA282401Bea233a
Octal15716727250440333524372
Binary110111111101111011101010100010010001101111101010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F77BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,119,186); }

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

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

 a { background-color: rgb(111,119,186); }

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

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

 span { border-color: rgb(111,119,186); }

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