#687dc2

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

Shades of Chetwode Blue #687DC2

Tints of Chetwode Blue #687DC2

Color information

#687DC2 (or 0x687DC2) is unknown color: approx Chetwode Blue. HEX triplet: 68, 7D and C2. RGB value is (104,125,194). Sum of RGB (Red+Green+Blue) = 104+125+194=423 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.59% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 194 (76.17% from 255 or 45.86% from 423); Max value from RGB is 194 - color contains mainly: blue. Hex color #687DC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687DC2 is #97823D. Grayscale: #7E7E7E. Windows color (decimal): -9929278 or 12746088. OLE color: 12746088.

HSL color Cylindrical-coordinate representation of color #687DC2: hue angle of 226º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #687DC2 is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB104125194-
CMYK0.460.3600.24
HSL226º42.45%58.43%-
HSV(B)226º46.39%76.08%-
XYZ22.7821.5153.99-
YUV126.59166.04111.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.59%
GREEN value IS 125 (49.22% from 255) = 29.55%
BLUE value IS 194 (76.17% from 255) = 45.86%
R=24.59%
G=29.55%
B=45.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1041251940.460.3600.2422642.4558.43
Hex687DC22E24018e22a3a
Octal15017530256440303425272
Binary110100011111011100001010111010010001100011100010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687dc2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687dc2; }

 p { color: rgb(104,125,194); }

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

<style>
 a { background-color: #687dc2; }

 a { background-color: rgb(104,125,194); }

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

<style>
 span { border-color: #687dc2; }

 span { border-color: rgb(104,125,194); }

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