#6F76BB

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

Shades of Chetwode Blue #6F76BB

Tints of Chetwode Blue #6F76BB

Color information

#6F76BB (or 0x6F76BB) is unknown color: approx Chetwode Blue. HEX triplet: 6F, 76 and BB. RGB value is (111,118,187). Sum of RGB (Red+Green+Blue) = 111+118+187=416 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.68% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F76BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F76BB is #908944. Grayscale: #7B7B7B. Windows color (decimal): -9472325 or 12285551. OLE color: 12285551.

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

Color convert

RGB111118187-
CMYK0.410.3700.27
HSL234.47º35.85%58.43%-
HSV(B)234.47º40.64%73.33%-
XYZ2219.9249.7-
YUV123.77163.68118.89-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.68%
GREEN value IS 118 (46.48% from 255) = 28.37%
BLUE value IS 187 (73.44% from 255) = 44.95%
R=26.68%
G=28.37%
B=44.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111181870.410.3700.27234.4735.8558.43
Hex6F76BB292501Bea243a
Octal15716627351450333524472
Binary110111111101101011101110100110010101101111101010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F76BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,118,187); }

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

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

 a { background-color: rgb(111,118,187); }

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

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

 span { border-color: rgb(111,118,187); }

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