#6D75C9

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

Shades of Chetwode Blue #6D75C9

Tints of Chetwode Blue #6D75C9

Color information

#6D75C9 (or 0x6D75C9) is unknown color: approx Chetwode Blue. HEX triplet: 6D, 75 and C9. RGB value is (109,117,201). Sum of RGB (Red+Green+Blue) = 109+117+201=427 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.53% from 427); Green value is 117 (46.09% from 255 or 27.40% 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 #6D75C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D75C9 is #928A36. Grayscale: #7B7B7B. Windows color (decimal): -9603639 or 13202797. OLE color: 13202797.

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

Color convert

RGB109117201-
CMYK0.460.4200.21
HSL234.78º46%60.78%-
HSV(B)234.78º45.77%78.82%-
XYZ23.2120.1957.93-
YUV124.18171.35117.17-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.53%
GREEN value IS 117 (46.09% from 255) = 27.40%
BLUE value IS 201 (78.91% from 255) = 47.07%
R=25.53%
G=27.40%
B=47.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1091172010.460.4200.21234.784660.78
Hex6D75C92E2A015eb2e3d
Octal15516531156520253535675
Binary110110111101011100100110111010101001010111101011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D75C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,117,201); }

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

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

 a { background-color: rgb(109,117,201); }

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

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

 span { border-color: rgb(109,117,201); }

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