Html Css Color HEX #688EDC Cornflower Blue

📋 copy color: '#688EDC'

red 104 ◦ green 142 ◦ blue 220

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

Shades of Cornflower Blue #688EDC

Tints of Cornflower Blue #688EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.21%

R = 22.32%
G = 30.47%
B = 47.21%

CMYK

 C value IS 0.53

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#688EDC (or 0x688EDC) is known color: Cornflower Blue. HEX triplet: 68, 8E and DC. RGB value is (104,142,220). Sum of RGB (Red+Green+Blue) = 104+142+220=466 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.32% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #688EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688EDC is #977123. Grayscale: #8B8B8B. Windows color (decimal): -9924900 or 14454376. OLE color: 14454376.

HSL color Cylindrical-coordinate representation of color #688EDC: hue angle of 220.34º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #688EDC is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 142 220 -
CMYK 0.53 0.35 0 0.14
HSL 220.34º 0.62% 0.64% -
HSV(B) 220.34º 0.53% 0.86% -
XYZ 28.3 27.46 71.52 -
YUV 139.53 173.41 102.66 -
System Red Green Blue C M Y K H S L
Decimal 104 142 220 0.53 0.35 0 0.14 220.34 0.62 0.64
Hex 68 8E DC 35 23 0 E DC 3E 40
Octal 150 216 334 65 43 0 16 334 76 100
Binary 1101000 10001110 11011100 110101 100011 0 1110 11011100 111110 1000000

Color Harmonies of #688EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688EDC

Black with #688EDC

Text Example


Text Example

White with #688EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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