Html Css Color HEX #687BAF Chetwode Blue

📋 copy color: '#687BAF'

red 104 ◦ green 123 ◦ blue 175

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

Shades of Chetwode Blue #687BAF

Tints of Chetwode Blue #687BAF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.6%

 BLUE value IS 175 (68.75% from 255) = 43.53%

R = 25.87%
G = 30.6%
B = 43.53%

CMYK

 C value IS 0.41

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#687BAF (or 0x687BAF) is known color: Chetwode Blue. HEX triplet: 68, 7B and AF. RGB value is (104,123,175). Sum of RGB (Red+Green+Blue) = 104+123+175=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #687BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687BAF is #978450. Grayscale: #7B7B7B. Windows color (decimal): -9929809 or 11500392. OLE color: 11500392.

HSL color Cylindrical-coordinate representation of color #687BAF: hue angle of 223.94º degrees, saturation: 0.31, 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 #687BAF is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 104 123 175 -
CMYK 0.41 0.30 0 0.31
HSL 223.94º 0.31% 0.55% -
HSV(B) 223.94º 0.41% 0.69% -
XYZ 20.53 20.2 43.38 -
YUV 123.25 157.21 114.27 -
System Red Green Blue C M Y K H S L
Decimal 104 123 175 0.41 0.30 0 0.31 223.94 0.31 0.55
Hex 68 7B AF 29 1E 0 1F E0 1F 37
Octal 150 173 257 51 36 0 37 340 37 67
Binary 1101000 1111011 10101111 101001 11110 0 11111 11100000 11111 110111

Color Harmonies of #687BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687BAF

Black with #687BAF

Text Example


Text Example

White with #687BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,123,175); }

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

background-color css

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

 a { background-color: rgb(104,123,175); }

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

border-color css

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

 span { border-color: rgb(104,123,175); }

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