Html Css Color HEX #689AF0 Cornflower Blue

📋 copy color: '#689AF0'

red 104 ◦ green 154 ◦ blue 240

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

Shades of Cornflower Blue #689AF0

Tints of Cornflower Blue #689AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.19%

R = 20.88%
G = 30.92%
B = 48.19%

CMYK

 C value IS 0.57

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#689AF0 (or 0x689AF0) is known color: Cornflower Blue. HEX triplet: 68, 9A and F0. RGB value is (104,154,240). Sum of RGB (Red+Green+Blue) = 104+154+240=498 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.88% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 240 (94.14% from 255 or 48.19% from 498); Max value from RGB is 240 - color contains mainly: blue. Hex color #689AF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #689AF0 is #97650F. Grayscale: #949494. Windows color (decimal): -9921808 or 15768168. OLE color: 15768168.

HSL color Cylindrical-coordinate representation of color #689AF0: hue angle of 217.94º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #689AF0 is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 154 240 -
CMYK 0.57 0.36 0 0.06
HSL 217.94º 0.82% 0.67% -
HSV(B) 217.94º 0.57% 0.94% -
XYZ 32.99 32.35 86.94 -
YUV 148.85 179.44 96.01 -
System Red Green Blue C M Y K H S L
Decimal 104 154 240 0.57 0.36 0 0.06 217.94 0.82 0.67
Hex 68 9A F0 39 24 0 6 DA 52 43
Octal 150 232 360 71 44 0 6 332 122 103
Binary 1101000 10011010 11110000 111001 100100 0 110 11011010 1010010 1000011

Color Harmonies of #689AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689AF0

Black with #689AF0

Text Example


Text Example

White with #689AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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