#6675BB

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

Shades of Chetwode Blue #6675BB

Tints of Chetwode Blue #6675BB

Color information

#6675BB (or 0x6675BB) is unknown color: approx Chetwode Blue. HEX triplet: 66, 75 and BB. RGB value is (102,117,187). Sum of RGB (Red+Green+Blue) = 102+117+187=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #6675BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6675BB is #998A44. Grayscale: #787878. Windows color (decimal): -10062405 or 12285286. OLE color: 12285286.

HSL color Cylindrical-coordinate representation of color #6675BB: hue angle of 229.41º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6675BB is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB102117187-
CMYK0.450.3700.27
HSL229.41º38.46%56.67%-
HSV(B)229.41º45.45%73.33%-
XYZ20.8119.1449.61-
YUV120.49165.53114.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.12%
GREEN value IS 117 (46.09% from 255) = 28.82%
BLUE value IS 187 (73.44% from 255) = 46.06%
R=25.12%
G=28.82%
B=46.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021171870.450.3700.27229.4138.4656.67
Hex6675BB2D2501Be52639
Octal14616527355450333454671
Binary110011011101011011101110110110010101101111100101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6675BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6675BB; }

 p { color: rgb(102,117,187); }

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

<style>
 a { background-color: #6675BB; }

 a { background-color: rgb(102,117,187); }

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

<style>
 span { border-color: #6675BB; }

 span { border-color: rgb(102,117,187); }

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