Html Css Color HEX #687DBC Chetwode Blue

📋 copy color: '#687DBC'

red 104 ◦ green 125 ◦ blue 188

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

Shades of Chetwode Blue #687DBC

Tints of Chetwode Blue #687DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.08%

R = 24.94%
G = 29.98%
B = 45.08%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#687DBC (or 0x687DBC) is known color: Chetwode Blue. HEX triplet: 68, 7D and BC. RGB value is (104,125,188). Sum of RGB (Red+Green+Blue) = 104+125+188=417 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.94% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #687DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687DBC is #978243. Grayscale: #7D7D7D. Windows color (decimal): -9929284 or 12352872. OLE color: 12352872.

HSL color Cylindrical-coordinate representation of color #687DBC: hue angle of 225º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #687DBC is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 125 188 -
CMYK 0.45 0.34 0 0.26
HSL 225º 0.39% 0.57% -
HSV(B) 225º 0.45% 0.74% -
XYZ 22.12 21.24 50.51 -
YUV 125.9 163.04 112.38 -
System Red Green Blue C M Y K H S L
Decimal 104 125 188 0.45 0.34 0 0.26 225 0.39 0.57
Hex 68 7D BC 2D 22 0 1A E1 27 39
Octal 150 175 274 55 42 0 32 341 47 71
Binary 1101000 1111101 10111100 101101 100010 0 11010 11100001 100111 111001

Color Harmonies of #687DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687DBC

Black with #687DBC

Text Example


Text Example

White with #687DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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