Html Css Color HEX #689AED Cornflower Blue

📋 copy color: '#689AED'

red 104 ◦ green 154 ◦ blue 237

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

Shades of Cornflower Blue #689AED

Tints of Cornflower Blue #689AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.88%

R = 21.01%
G = 31.11%
B = 47.88%

CMYK

 C value IS 0.56

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#689AED (or 0x689AED) is known color: Cornflower Blue. HEX triplet: 68, 9A and ED. RGB value is (104,154,237). Sum of RGB (Red+Green+Blue) = 104+154+237=495 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.01% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #689AED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #689AED is #976512. Grayscale: #949494. Windows color (decimal): -9921811 or 15571560. OLE color: 15571560.

HSL color Cylindrical-coordinate representation of color #689AED: hue angle of 217.44º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #689AED is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 154 237 -
CMYK 0.56 0.35 0 0.07
HSL 217.44º 0.79% 0.67% -
HSV(B) 217.44º 0.56% 0.93% -
XYZ 32.55 32.17 84.61 -
YUV 148.51 177.94 96.25 -
System Red Green Blue C M Y K H S L
Decimal 104 154 237 0.56 0.35 0 0.07 217.44 0.79 0.67
Hex 68 9A ED 38 23 0 7 D9 4F 43
Octal 150 232 355 70 43 0 7 331 117 103
Binary 1101000 10011010 11101101 111000 100011 0 111 11011001 1001111 1000011

Color Harmonies of #689AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689AED

Black with #689AED

Text Example


Text Example

White with #689AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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