#6F73CA

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

Shades of Chetwode Blue #6F73CA

Tints of Chetwode Blue #6F73CA

Color information

#6F73CA (or 0x6F73CA) is unknown color: approx Chetwode Blue. HEX triplet: 6F, 73 and CA. RGB value is (111,115,202). Sum of RGB (Red+Green+Blue) = 111+115+202=428 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.93% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #6F73CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F73CA is #908C35. Grayscale: #7B7B7B. Windows color (decimal): -9473078 or 13267823. OLE color: 13267823.

HSL color Cylindrical-coordinate representation of color #6F73CA: hue angle of 237.36º degrees, saturation: 0.46, 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 #6F73CA is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB111115202-
CMYK0.450.4300.21
HSL237.36º46.19%61.37%-
HSV(B)237.36º45.05%79.22%-
XYZ23.3519.9158.49-
YUV123.72172.17118.93-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.93%
GREEN value IS 115 (45.31% from 255) = 26.87%
BLUE value IS 202 (79.30% from 255) = 47.20%
R=25.93%
G=26.87%
B=47.20%

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
Decimal1111152020.450.4300.21237.3646.1961.37
Hex6F73CA2D2B015ed2e3d
Octal15716331255530253555675
Binary110111111100111100101010110110101101010111101101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F73CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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