Html Css Color HEX #687DC0 Chetwode Blue

📋 copy color: '#687DC0'

red 104 ◦ green 125 ◦ blue 192

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

Shades of Chetwode Blue #687DC0

Tints of Chetwode Blue #687DC0

RGB

 RED value IS 104 (41.02% from 255) = 24.7%

 GREEN value IS 125 (49.22% from 255) = 29.69%

 BLUE value IS 192 (75.39% from 255) = 45.61%

R = 24.7%
G = 29.69%
B = 45.61%

CMYK

 C value IS 0.46

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#687DC0 (or 0x687DC0) is known color: Chetwode Blue. HEX triplet: 68, 7D and C0. RGB value is (104,125,192). Sum of RGB (Red+Green+Blue) = 104+125+192=421 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.70% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 192 (75.39% from 255 or 45.61% from 421); Max value from RGB is 192 - color contains mainly: blue. Hex color #687DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687DC0 is #97823F. Grayscale: #7E7E7E. Windows color (decimal): -9929280 or 12615016. OLE color: 12615016.

HSL color Cylindrical-coordinate representation of color #687DC0: hue angle of 225.68º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #687DC0 is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 125 192 -
CMYK 0.46 0.35 0 0.25
HSL 225.68º 0.41% 0.58% -
HSV(B) 225.68º 0.46% 0.75% -
XYZ 22.56 21.42 52.81 -
YUV 126.36 165.04 112.05 -
System Red Green Blue C M Y K H S L
Decimal 104 125 192 0.46 0.35 0 0.25 225.68 0.41 0.58
Hex 68 7D C0 2E 23 0 19 E2 29 3A
Octal 150 175 300 56 43 0 31 342 51 72
Binary 1101000 1111101 11000000 101110 100011 0 11001 11100010 101001 111010

Color Harmonies of #687DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687DC0

Black with #687DC0

Text Example


Text Example

White with #687DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #687DC0;
 }
 .AnyTagClassName
 {
   color: #687DC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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