#6C73CF

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

Shades of Chetwode Blue #6C73CF

Tints of Chetwode Blue #6C73CF

Color information

#6C73CF (or 0x6C73CF) is unknown color: approx Chetwode Blue. HEX triplet: 6C, 73 and CF. RGB value is (108,115,207). Sum of RGB (Red+Green+Blue) = 108+115+207=430 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.12% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C73CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C73CF is #938C30. Grayscale: #7B7B7B. Windows color (decimal): -9669681 or 13595500. OLE color: 13595500.

HSL color Cylindrical-coordinate representation of color #6C73CF: hue angle of 235.76º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C73CF is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB108115207-
CMYK0.480.4400.19
HSL235.76º50.77%61.76%-
HSV(B)235.76º47.83%81.18%-
XYZ23.5819.9561.64-
YUV123.4175.18117.02-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.12%
GREEN value IS 115 (45.31% from 255) = 26.74%
BLUE value IS 207 (81.25% from 255) = 48.14%
R=25.12%
G=26.74%
B=48.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1081152070.480.4400.19235.7650.7761.76
Hex6C73CF302C013ec333e
Octal15416331760540233546376
Binary110110011100111100111111000010110001001111101100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C73CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,115,207); }

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

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

 a { background-color: rgb(108,115,207); }

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

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

 span { border-color: rgb(108,115,207); }

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