#6F73CB

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

Shades of Chetwode Blue #6F73CB

Tints of Chetwode Blue #6F73CB

Color information

#6F73CB (or 0x6F73CB) is unknown color: approx Chetwode Blue. HEX triplet: 6F, 73 and CB. RGB value is (111,115,203). Sum of RGB (Red+Green+Blue) = 111+115+203=429 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.87% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F73CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F73CB is #908C34. Grayscale: #7B7B7B. Windows color (decimal): -9473077 or 13333359. OLE color: 13333359.

HSL color Cylindrical-coordinate representation of color #6F73CB: hue angle of 237.39º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F73CB is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB111115203-
CMYK0.450.4300.20
HSL237.39º46.94%61.57%-
HSV(B)237.39º45.32%79.61%-
XYZ23.4719.9559.11-
YUV123.84172.67118.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.87%
GREEN value IS 115 (45.31% from 255) = 26.81%
BLUE value IS 203 (79.69% from 255) = 47.32%
R=25.87%
G=26.81%
B=47.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1111152030.450.4300.20237.3946.9461.57
Hex6F73CB2D2B014ed2f3e
Octal15716331355530243555776
Binary110111111100111100101110110110101101010011101101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F73CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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