Html Css Color HEX #689BDD Cornflower Blue

📋 copy color: '#689BDD'

red 104 ◦ green 155 ◦ blue 221

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

Shades of Cornflower Blue #689BDD

Tints of Cornflower Blue #689BDD

RGB

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

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

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

R = 21.67%
G = 32.29%
B = 46.04%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#689BDD (or 0x689BDD) is known color: Cornflower Blue. HEX triplet: 68, 9B and DD. RGB value is (104,155,221). Sum of RGB (Red+Green+Blue) = 104+155+221=480 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.67% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #689BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689BDD is #976422. Grayscale: #929292. Windows color (decimal): -9921571 or 14523240. OLE color: 14523240.

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

Color convert

RGB 104 155 221 -
CMYK 0.53 0.30 0 0.13
HSL 213.85º 0.63% 0.64% -
HSV(B) 213.85º 0.53% 0.87% -
XYZ 30.48 31.61 72.9 -
YUV 147.28 169.6 97.13 -
System Red Green Blue C M Y K H S L
Decimal 104 155 221 0.53 0.30 0 0.13 213.85 0.63 0.64
Hex 68 9B DD 35 1E 0 D D6 3F 40
Octal 150 233 335 65 36 0 15 326 77 100
Binary 1101000 10011011 11011101 110101 11110 0 1101 11010110 111111 1000000

Color Harmonies of #689BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689BDD

Black with #689BDD

Text Example


Text Example

White with #689BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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