Html Css Color HEX #688DDC Cornflower Blue

📋 copy color: '#688DDC'

red 104 ◦ green 141 ◦ blue 220

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

Shades of Cornflower Blue #688DDC

Tints of Cornflower Blue #688DDC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.32%

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

R = 22.37%
G = 30.32%
B = 47.31%

CMYK

 C value IS 0.53

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#688DDC (or 0x688DDC) is known color: Cornflower Blue. HEX triplet: 68, 8D and DC. RGB value is (104,141,220). Sum of RGB (Red+Green+Blue) = 104+141+220=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #688DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688DDC is #977223. Grayscale: #8A8A8A. Windows color (decimal): -9925156 or 14454120. OLE color: 14454120.

HSL color Cylindrical-coordinate representation of color #688DDC: hue angle of 220.86º 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 #688DDC is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 141 220 -
CMYK 0.53 0.36 0 0.14
HSL 220.86º 0.62% 0.64% -
HSV(B) 220.86º 0.53% 0.86% -
XYZ 28.15 27.16 71.47 -
YUV 138.94 173.74 103.08 -
System Red Green Blue C M Y K H S L
Decimal 104 141 220 0.53 0.36 0 0.14 220.86 0.62 0.64
Hex 68 8D DC 35 24 0 E DD 3E 40
Octal 150 215 334 65 44 0 16 335 76 100
Binary 1101000 10001101 11011100 110101 100100 0 1110 11011101 111110 1000000

Color Harmonies of #688DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688DDC

Black with #688DDC

Text Example


Text Example

White with #688DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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