Html Css Color HEX #689ADE Cornflower Blue

📋 copy color: '#689ADE'

red 104 ◦ green 154 ◦ blue 222

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

Shades of Cornflower Blue #689ADE

Tints of Cornflower Blue #689ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.25%

R = 21.67%
G = 32.08%
B = 46.25%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#689ADE (or 0x689ADE) is known color: Cornflower Blue. HEX triplet: 68, 9A and DE. RGB value is (104,154,222). Sum of RGB (Red+Green+Blue) = 104+154+222=480 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.67% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #689ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689ADE is #976521. Grayscale: #929292. Windows color (decimal): -9921826 or 14588520. OLE color: 14588520.

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

Color convert

RGB 104 154 222 -
CMYK 0.53 0.31 0 0.13
HSL 214.58º 0.64% 0.64% -
HSV(B) 214.58º 0.53% 0.87% -
XYZ 30.45 31.33 73.55 -
YUV 146.8 170.44 97.47 -
System Red Green Blue C M Y K H S L
Decimal 104 154 222 0.53 0.31 0 0.13 214.58 0.64 0.64
Hex 68 9A DE 35 1F 0 D D7 40 40
Octal 150 232 336 65 37 0 15 327 100 100
Binary 1101000 10011010 11011110 110101 11111 0 1101 11010111 1000000 1000000

Color Harmonies of #689ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689ADE

Black with #689ADE

Text Example


Text Example

White with #689ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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