Html Css Color HEX #689ADC Cornflower Blue

📋 copy color: '#689ADC'

red 104 ◦ green 154 ◦ blue 220

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

Shades of Cornflower Blue #689ADC

Tints of Cornflower Blue #689ADC

RGB

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

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

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

R = 21.76%
G = 32.22%
B = 46.03%

CMYK

 C value IS 0.53

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#689ADC (or 0x689ADC) is known color: Cornflower Blue. HEX triplet: 68, 9A and DC. RGB value is (104,154,220). Sum of RGB (Red+Green+Blue) = 104+154+220=478 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.76% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #689ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689ADC is #976523. Grayscale: #929292. Windows color (decimal): -9921828 or 14457448. OLE color: 14457448.

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

Color convert

RGB 104 154 220 -
CMYK 0.53 0.3 0 0.14
HSL 214.14º 0.62% 0.64% -
HSV(B) 214.14º 0.53% 0.86% -
XYZ 30.18 31.22 72.15 -
YUV 146.57 169.44 97.63 -
System Red Green Blue C M Y K H S L
Decimal 104 154 220 0.53 0.3 0 0.14 214.14 0.62 0.64
Hex 68 9A DC 35 1E 0 E D6 3E 40
Octal 150 232 334 65 36 0 16 326 76 100
Binary 1101000 10011010 11011100 110101 11110 0 1110 11010110 111110 1000000

Color Harmonies of #689ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689ADC

Black with #689ADC

Text Example


Text Example

White with #689ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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