Html Css Color HEX #687AF2 Cornflower Blue

📋 copy color: '#687AF2'

red 104 ◦ green 122 ◦ blue 242

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

Shades of Cornflower Blue #687AF2

Tints of Cornflower Blue #687AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 51.71%

R = 22.22%
G = 26.07%
B = 51.71%

CMYK

 C value IS 0.57

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#687AF2 (or 0x687AF2) is known color: Cornflower Blue. HEX triplet: 68, 7A and F2. RGB value is (104,122,242). Sum of RGB (Red+Green+Blue) = 104+122+242=468 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.22% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 242 (94.92% from 255 or 51.71% from 468); Max value from RGB is 242 - color contains mainly: blue. Hex color #687AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #687AF2 is #97850D. Grayscale: #818181. Windows color (decimal): -9929998 or 15891048. OLE color: 15891048.

HSL color Cylindrical-coordinate representation of color #687AF2: hue angle of 232.17º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #687AF2 is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 104 122 242 -
CMYK 0.57 0.50 0 0.05
HSL 232.17º 0.84% 0.68% -
HSV(B) 232.17º 0.57% 0.95% -
XYZ 28.7 23.27 86.98 -
YUV 130.3 191.04 109.24 -
System Red Green Blue C M Y K H S L
Decimal 104 122 242 0.57 0.50 0 0.05 232.17 0.84 0.68
Hex 68 7A F2 39 32 0 5 E8 54 44
Octal 150 172 362 71 62 0 5 350 124 104
Binary 1101000 1111010 11110010 111001 110010 0 101 11101000 1010100 1000100

Color Harmonies of #687AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687AF2

Black with #687AF2

Text Example


Text Example

White with #687AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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