Html Css Color HEX #687AD6 Chetwode Blue

📋 copy color: '#687AD6'

red 104 ◦ green 122 ◦ blue 214

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

Shades of Chetwode Blue #687AD6

Tints of Chetwode Blue #687AD6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.73%

 BLUE value IS 214 (83.98% from 255) = 48.64%

R = 23.64%
G = 27.73%
B = 48.64%

CMYK

 C value IS 0.51

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#687AD6 (or 0x687AD6) is known color: Chetwode Blue. HEX triplet: 68, 7A and D6. RGB value is (104,122,214). Sum of RGB (Red+Green+Blue) = 104+122+214=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 214 (83.98% from 255 or 48.64% from 440); Max value from RGB is 214 - color contains mainly: blue. Hex color #687AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687AD6 is #978529. Grayscale: #7E7E7E. Windows color (decimal): -9930026 or 14056040. OLE color: 14056040.

HSL color Cylindrical-coordinate representation of color #687AD6: hue angle of 230.18º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #687AD6 is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 122 214 -
CMYK 0.51 0.43 0 0.16
HSL 230.18º 0.57% 0.62% -
HSV(B) 230.18º 0.51% 0.84% -
XYZ 24.81 21.72 66.5 -
YUV 127.11 177.04 111.52 -
System Red Green Blue C M Y K H S L
Decimal 104 122 214 0.51 0.43 0 0.16 230.18 0.57 0.62
Hex 68 7A D6 33 2B 0 10 E6 39 3E
Octal 150 172 326 63 53 0 20 346 71 76
Binary 1101000 1111010 11010110 110011 101011 0 10000 11100110 111001 111110

Color Harmonies of #687AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687AD6

Black with #687AD6

Text Example


Text Example

White with #687AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,122,214); }

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

background-color css

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

 a { background-color: rgb(104,122,214); }

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

border-color css

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

 span { border-color: rgb(104,122,214); }

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