Html Css Color HEX #687DBF Chetwode Blue

📋 copy color: '#687DBF'

red 104 ◦ green 125 ◦ blue 191

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

Shades of Chetwode Blue #687DBF

Tints of Chetwode Blue #687DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.48%

R = 24.76%
G = 29.76%
B = 45.48%

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

#687DBF (or 0x687DBF) is known color: Chetwode Blue. HEX triplet: 68, 7D and BF. RGB value is (104,125,191). Sum of RGB (Red+Green+Blue) = 104+125+191=420 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.76% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #687DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687DBF is #978240. Grayscale: #7D7D7D. Windows color (decimal): -9929281 or 12549480. OLE color: 12549480.

HSL color Cylindrical-coordinate representation of color #687DBF: hue angle of 225.52º degrees, saturation: 0.4, 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 #687DBF is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 125 191 -
CMYK 0.46 0.35 0 0.25
HSL 225.52º 0.4% 0.58% -
HSV(B) 225.52º 0.46% 0.75% -
XYZ 22.45 21.37 52.23 -
YUV 126.25 164.54 112.13 -
System Red Green Blue C M Y K H S L
Decimal 104 125 191 0.46 0.35 0 0.25 225.52 0.4 0.58
Hex 68 7D BF 2E 23 0 19 E2 28 3A
Octal 150 175 277 56 43 0 31 342 50 72
Binary 1101000 1111101 10111111 101110 100011 0 11001 11100010 101000 111010

Color Harmonies of #687DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687DBF

Black with #687DBF

Text Example


Text Example

White with #687DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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