Html Css Color HEX #687DC2 Chetwode Blue

📋 copy color: '#687DC2'

red 104 ◦ green 125 ◦ blue 194

#687DC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #687DC2

Tints of Chetwode Blue #687DC2

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 value IS 0.46

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#687DC2 (or 0x687DC2) is known color: 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

RGB 104 125 194 -
CMYK 0.46 0.36 0 0.24
HSL 226º 0.42% 0.58% -
HSV(B) 226º 0.46% 0.76% -
XYZ 22.78 21.51 53.99 -
YUV 126.59 166.04 111.89 -
System Red Green Blue C M Y K H S L
Decimal 104 125 194 0.46 0.36 0 0.24 226 0.42 0.58
Hex 68 7D C2 2E 24 0 18 E2 2A 3A
Octal 150 175 302 56 44 0 30 342 52 72
Binary 1101000 1111101 11000010 101110 100100 0 11000 11100010 101010 111010

Color Harmonies of #687DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687DC2

Black with #687DC2

Text Example


Text Example

White with #687DC2

Text Example


Text Example

HTML Codes & Css Web 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>