Html Css Color HEX #687DB1 Chetwode Blue

📋 copy color: '#687DB1'

red 104 ◦ green 125 ◦ blue 177

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

Shades of Chetwode Blue #687DB1

Tints of Chetwode Blue #687DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 43.6%

R = 25.62%
G = 30.79%
B = 43.6%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#687DB1 (or 0x687DB1) is known color: Chetwode Blue. HEX triplet: 68, 7D and B1. RGB value is (104,125,177). Sum of RGB (Red+Green+Blue) = 104+125+177=406 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.62% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 177 (69.53% from 255 or 43.60% from 406); Max value from RGB is 177 - color contains mainly: blue. Hex color #687DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687DB1 is #97824E. Grayscale: #7C7C7C. Windows color (decimal): -9929295 or 11631976. OLE color: 11631976.

HSL color Cylindrical-coordinate representation of color #687DB1: hue angle of 222.74º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #687DB1 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 104 125 177 -
CMYK 0.41 0.29 0 0.31
HSL 222.74º 0.32% 0.55% -
HSV(B) 222.74º 0.41% 0.69% -
XYZ 20.98 20.78 44.5 -
YUV 124.65 157.54 113.27 -
System Red Green Blue C M Y K H S L
Decimal 104 125 177 0.41 0.29 0 0.31 222.74 0.32 0.55
Hex 68 7D B1 29 1D 0 1F DF 20 37
Octal 150 175 261 51 35 0 37 337 40 67
Binary 1101000 1111101 10110001 101001 11101 0 11111 11011111 100000 110111

Color Harmonies of #687DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687DB1

Black with #687DB1

Text Example


Text Example

White with #687DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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