Html Css Color HEX #689BDC Cornflower Blue

📋 copy color: '#689BDC'

red 104 ◦ green 155 ◦ blue 220

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

Shades of Cornflower Blue #689BDC

Tints of Cornflower Blue #689BDC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.36%

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

R = 21.71%
G = 32.36%
B = 45.93%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#689BDC (or 0x689BDC) is known color: Cornflower Blue. HEX triplet: 68, 9B and DC. RGB value is (104,155,220). Sum of RGB (Red+Green+Blue) = 104+155+220=479 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.71% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #689BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689BDC is #976423. Grayscale: #929292. Windows color (decimal): -9921572 or 14457704. OLE color: 14457704.

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

Color convert

RGB 104 155 220 -
CMYK 0.53 0.30 0 0.14
HSL 213.62º 0.62% 0.64% -
HSV(B) 213.62º 0.53% 0.86% -
XYZ 30.35 31.55 72.2 -
YUV 147.16 169.1 97.21 -
System Red Green Blue C M Y K H S L
Decimal 104 155 220 0.53 0.30 0 0.14 213.62 0.62 0.64
Hex 68 9B DC 35 1E 0 E D6 3E 40
Octal 150 233 334 65 36 0 16 326 76 100
Binary 1101000 10011011 11011100 110101 11110 0 1110 11010110 111110 1000000

Color Harmonies of #689BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689BDC

Black with #689BDC

Text Example


Text Example

White with #689BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689BDC; }

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

 H1.HeaderClassName
 {
   color: #689BDC;
 }
 .AnyTagClassName
 {
   color: #689BDC;
 }
</style>

background-color css

<style>
 a { background-color: #689BDC; }

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

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

border-color css

<style>
 span { border-color: #689BDC; }

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

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