Html Css Color HEX #688EDD Cornflower Blue

📋 copy color: '#688EDD'

red 104 ◦ green 142 ◦ blue 221

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

Shades of Cornflower Blue #688EDD

Tints of Cornflower Blue #688EDD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.41%

 BLUE value IS 221 (86.72% from 255) = 47.32%

R = 22.27%
G = 30.41%
B = 47.32%

CMYK

 C value IS 0.53

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#688EDD (or 0x688EDD) is known color: Cornflower Blue. HEX triplet: 68, 8E and DD. RGB value is (104,142,221). Sum of RGB (Red+Green+Blue) = 104+142+221=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #688EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688EDD is #977122. Grayscale: #8B8B8B. Windows color (decimal): -9924899 or 14519912. OLE color: 14519912.

HSL color Cylindrical-coordinate representation of color #688EDD: hue angle of 220.51º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #688EDD is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 142 221 -
CMYK 0.53 0.36 0 0.13
HSL 220.51º 0.63% 0.64% -
HSV(B) 220.51º 0.53% 0.87% -
XYZ 28.43 27.51 72.22 -
YUV 139.64 173.91 102.58 -
System Red Green Blue C M Y K H S L
Decimal 104 142 221 0.53 0.36 0 0.13 220.51 0.63 0.64
Hex 68 8E DD 35 24 0 D DD 3F 40
Octal 150 216 335 65 44 0 15 335 77 100
Binary 1101000 10001110 11011101 110101 100100 0 1101 11011101 111111 1000000

Color Harmonies of #688EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688EDD

Black with #688EDD

Text Example


Text Example

White with #688EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688EDD; }

 p { color: rgb(104,142,221); }

 H1.HeaderClassName
 {
   color: #688EDD;
 }
 .AnyTagClassName
 {
   color: #688EDD;
 }
</style>

background-color css

<style>
 a { background-color: #688EDD; }

 a { background-color: rgb(104,142,221); }

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

border-color css

<style>
 span { border-color: #688EDD; }

 span { border-color: rgb(104,142,221); }

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