#6F73C9

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

Shades of Chetwode Blue #6F73C9

Tints of Chetwode Blue #6F73C9

Color information

#6F73C9 (or 0x6F73C9) is unknown color: approx Chetwode Blue. HEX triplet: 6F, 73 and C9. RGB value is (111,115,201). Sum of RGB (Red+Green+Blue) = 111+115+201=427 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.00% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 201 - color contains mainly: blue. Hex color #6F73C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F73C9 is #908C36. Grayscale: #7B7B7B. Windows color (decimal): -9473079 or 13202287. OLE color: 13202287.

HSL color Cylindrical-coordinate representation of color #6F73C9: hue angle of 237.33º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F73C9 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB111115201-
CMYK0.450.4300.21
HSL237.33º45.45%61.18%-
HSV(B)237.33º44.78%78.82%-
XYZ23.2319.8657.87-
YUV123.61171.67119.01-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.00%
GREEN value IS 115 (45.31% from 255) = 26.93%
BLUE value IS 201 (78.91% from 255) = 47.07%
R=26.00%
G=26.93%
B=47.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1111152010.450.4300.21237.3345.4561.18
Hex6F73C92D2B015ed2d3d
Octal15716331155530253555575
Binary110111111100111100100110110110101101010111101101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F73C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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