Html Css Color HEX #689EDD Cornflower Blue

📋 copy color: '#689EDD'

red 104 ◦ green 158 ◦ blue 221

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

Shades of Cornflower Blue #689EDD

Tints of Cornflower Blue #689EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.71%

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

R = 21.53%
G = 32.71%
B = 45.76%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#689EDD (or 0x689EDD) is known color: Cornflower Blue. HEX triplet: 68, 9E and DD. RGB value is (104,158,221). Sum of RGB (Red+Green+Blue) = 104+158+221=483 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.53% from 483); Green value is 158 (62.11% from 255 or 32.71% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #689EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689EDD is #976122. Grayscale: #949494. Windows color (decimal): -9920803 or 14524008. OLE color: 14524008.

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

Color convert

RGB 104 158 221 -
CMYK 0.53 0.29 0 0.13
HSL 212.31º 0.63% 0.64% -
HSV(B) 212.31º 0.53% 0.87% -
XYZ 30.99 32.62 73.07 -
YUV 149.04 168.61 95.88 -
System Red Green Blue C M Y K H S L
Decimal 104 158 221 0.53 0.29 0 0.13 212.31 0.63 0.64
Hex 68 9E DD 35 1D 0 D D4 3F 40
Octal 150 236 335 65 35 0 15 324 77 100
Binary 1101000 10011110 11011101 110101 11101 0 1101 11010100 111111 1000000

Color Harmonies of #689EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689EDD

Black with #689EDD

Text Example


Text Example

White with #689EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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