#6C75BF

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

Shades of Chetwode Blue #6C75BF

Tints of Chetwode Blue #6C75BF

Color information

#6C75BF (or 0x6C75BF) is unknown color: approx Chetwode Blue. HEX triplet: 6C, 75 and BF. RGB value is (108,117,191). Sum of RGB (Red+Green+Blue) = 108+117+191=416 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.96% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #6C75BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C75BF is #938A40. Grayscale: #7A7A7A. Windows color (decimal): -9669185 or 12547436. OLE color: 12547436.

HSL color Cylindrical-coordinate representation of color #6C75BF: hue angle of 233.49º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6C75BF is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB108117191-
CMYK0.430.3900.25
HSL233.49º39.34%58.63%-
HSV(B)233.49º43.46%74.9%-
XYZ21.9519.6751.93-
YUV122.74166.52117.48-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.96%
GREEN value IS 117 (46.09% from 255) = 28.12%
BLUE value IS 191 (75% from 255) = 45.91%
R=25.96%
G=28.12%
B=45.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081171910.430.3900.25233.4939.3458.63
Hex6C75BF2B27019e9273b
Octal15416527753470313514773
Binary110110011101011011111110101110011101100111101001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C75BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,117,191); }

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

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

 a { background-color: rgb(108,117,191); }

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

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

 span { border-color: rgb(108,117,191); }

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