Html Css Color HEX #689ADD Cornflower Blue

📋 copy color: '#689ADD'

red 104 ◦ green 154 ◦ blue 221

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

Shades of Cornflower Blue #689ADD

Tints of Cornflower Blue #689ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.15%

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

R = 21.71%
G = 32.15%
B = 46.14%

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

#689ADD (or 0x689ADD) is known color: Cornflower Blue. HEX triplet: 68, 9A and DD. RGB value is (104,154,221). Sum of RGB (Red+Green+Blue) = 104+154+221=479 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.71% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #689ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689ADD is #976522. Grayscale: #929292. Windows color (decimal): -9921827 or 14522984. OLE color: 14522984.

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

Color convert

RGB 104 154 221 -
CMYK 0.53 0.30 0 0.13
HSL 214.36º 0.63% 0.64% -
HSV(B) 214.36º 0.53% 0.87% -
XYZ 30.32 31.27 72.85 -
YUV 146.69 169.94 97.55 -
System Red Green Blue C M Y K H S L
Decimal 104 154 221 0.53 0.30 0 0.13 214.36 0.63 0.64
Hex 68 9A DD 35 1E 0 D D6 3F 40
Octal 150 232 335 65 36 0 15 326 77 100
Binary 1101000 10011010 11011101 110101 11110 0 1101 11010110 111111 1000000

Color Harmonies of #689ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689ADD

Black with #689ADD

Text Example


Text Example

White with #689ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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