Html Css Color HEX #689AFF Cornflower Blue

📋 copy color: '#689AFF'

red 104 ◦ green 154 ◦ blue 255

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

Shades of Cornflower Blue #689AFF

Tints of Cornflower Blue #689AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.71%

R = 20.27%
G = 30.02%
B = 49.71%

CMYK

 C value IS 0.59

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#689AFF (or 0x689AFF) is known color: Cornflower Blue. HEX triplet: 68, 9A and FF. RGB value is (104,154,255). Sum of RGB (Red+Green+Blue) = 104+154+255=513 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.27% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #689AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #689AFF is #976500. Grayscale: #969696. Windows color (decimal): -9921793 or 16751208. OLE color: 16751208.

HSL color Cylindrical-coordinate representation of color #689AFF: hue angle of 220.13º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #689AFF is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 104 154 255 -
CMYK 0.59 0.40 0 0
HSL 220.13º 1% 0.7% -
HSV(B) 220.13º 0.59% 1% -
XYZ 35.31 33.27 99.17 -
YUV 150.56 186.94 94.79 -
System Red Green Blue C M Y K H S L
Decimal 104 154 255 0.59 0.40 0 0 220.13 1 0.7
Hex 68 9A FF 3B 28 0 0 DC 64 46
Octal 150 232 377 73 50 0 0 334 144 106
Binary 1101000 10011010 11111111 111011 101000 0 0 11011100 1100100 1000110

Color Harmonies of #689AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689AFF

Black with #689AFF

Text Example


Text Example

White with #689AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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