Html Css Color HEX #687DBB Chetwode Blue

📋 copy color: '#687DBB'

red 104 ◦ green 125 ◦ blue 187

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

Shades of Chetwode Blue #687DBB

Tints of Chetwode Blue #687DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.95%

R = 25%
G = 30.05%
B = 44.95%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#687DBB (or 0x687DBB) is known color: Chetwode Blue. HEX triplet: 68, 7D and BB. RGB value is (104,125,187). Sum of RGB (Red+Green+Blue) = 104+125+187=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #687DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687DBB is #978244. Grayscale: #7D7D7D. Windows color (decimal): -9929285 or 12287336. OLE color: 12287336.

HSL color Cylindrical-coordinate representation of color #687DBB: hue angle of 224.82º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #687DBB is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 125 187 -
CMYK 0.44 0.33 0 0.27
HSL 224.82º 0.38% 0.57% -
HSV(B) 224.82º 0.44% 0.73% -
XYZ 22.01 21.2 49.95 -
YUV 125.79 162.54 112.46 -
System Red Green Blue C M Y K H S L
Decimal 104 125 187 0.44 0.33 0 0.27 224.82 0.38 0.57
Hex 68 7D BB 2C 21 0 1B E1 26 39
Octal 150 175 273 54 41 0 33 341 46 71
Binary 1101000 1111101 10111011 101100 100001 0 11011 11100001 100110 111001

Color Harmonies of #687DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687DBB

Black with #687DBB

Text Example


Text Example

White with #687DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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