#6F73BC

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

Shades of Chetwode Blue #6F73BC

Tints of Chetwode Blue #6F73BC

Color information

#6F73BC (or 0x6F73BC) is unknown color: approx Chetwode Blue. HEX triplet: 6F, 73 and BC. RGB value is (111,115,188). Sum of RGB (Red+Green+Blue) = 111+115+188=414 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.81% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F73BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F73BC is #908C43. Grayscale: #797979. Windows color (decimal): -9473092 or 12350319. OLE color: 12350319.

HSL color Cylindrical-coordinate representation of color #6F73BC: hue angle of 236.88º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F73BC is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB111115188-
CMYK0.410.3900.26
HSL236.88º36.49%58.63%-
HSV(B)236.88º40.96%73.73%-
XYZ21.7619.2750.15-
YUV122.13165.17120.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.81%
GREEN value IS 115 (45.31% from 255) = 27.78%
BLUE value IS 188 (73.83% from 255) = 45.41%
R=26.81%
G=27.78%
B=45.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1111151880.410.3900.26236.8836.4958.63
Hex6F73BC292701Aed243b
Octal15716327451470323554473
Binary110111111100111011110010100110011101101011101101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F73BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,115,188); }

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

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

 a { background-color: rgb(111,115,188); }

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

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

 span { border-color: rgb(111,115,188); }

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