Html Css Color HEX #687AD5 Chetwode Blue

📋 copy color: '#687AD5'

red 104 ◦ green 122 ◦ blue 213

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

Shades of Chetwode Blue #687AD5

Tints of Chetwode Blue #687AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 48.52%

R = 23.69%
G = 27.79%
B = 48.52%

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

#687AD5 (or 0x687AD5) is known color: Chetwode Blue. HEX triplet: 68, 7A and D5. RGB value is (104,122,213). Sum of RGB (Red+Green+Blue) = 104+122+213=439 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.69% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 213 (83.59% from 255 or 48.52% from 439); Max value from RGB is 213 - color contains mainly: blue. Hex color #687AD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687AD5 is #97852A. Grayscale: #7E7E7E. Windows color (decimal): -9930027 or 13990504. OLE color: 13990504.

HSL color Cylindrical-coordinate representation of color #687AD5: hue angle of 230.09º degrees, saturation: 0.56, 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 #687AD5 is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 122 213 -
CMYK 0.51 0.43 0 0.16
HSL 230.09º 0.56% 0.62% -
HSV(B) 230.09º 0.51% 0.84% -
XYZ 24.68 21.67 65.83 -
YUV 126.99 176.54 111.6 -
System Red Green Blue C M Y K H S L
Decimal 104 122 213 0.51 0.43 0 0.16 230.09 0.56 0.62
Hex 68 7A D5 33 2B 0 10 E6 38 3E
Octal 150 172 325 63 53 0 20 346 70 76
Binary 1101000 1111010 11010101 110011 101011 0 10000 11100110 111000 111110

Color Harmonies of #687AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687AD5

Black with #687AD5

Text Example


Text Example

White with #687AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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