Html Css Color HEX #689BFE Cornflower Blue

📋 copy color: '#689BFE'

red 104 ◦ green 155 ◦ blue 254

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

Shades of Cornflower Blue #689BFE

Tints of Cornflower Blue #689BFE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.21%

 BLUE value IS 254 (99.61% from 255) = 49.51%

R = 20.27%
G = 30.21%
B = 49.51%

CMYK

 C value IS 0.59

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#689BFE (or 0x689BFE) is known color: Cornflower Blue. HEX triplet: 68, 9B and FE. RGB value is (104,155,254). Sum of RGB (Red+Green+Blue) = 104+155+254=513 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.27% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #689BFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #689BFE is #976401. Grayscale: #969696. Windows color (decimal): -9921538 or 16685928. OLE color: 16685928.

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

Color convert

RGB 104 155 254 -
CMYK 0.59 0.39 0 0.00
HSL 219.6º 0.99% 0.7% -
HSV(B) 219.6º 0.59% 1% -
XYZ 35.32 33.54 98.38 -
YUV 151.04 186.1 94.45 -
System Red Green Blue C M Y K H S L
Decimal 104 155 254 0.59 0.39 0 0.00 219.6 0.99 0.7
Hex 68 9B FE 3B 27 0 0 DC 63 46
Octal 150 233 376 73 47 0 0 334 143 106
Binary 1101000 10011011 11111110 111011 100111 0 0 11011100 1100011 1000110

Color Harmonies of #689BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689BFE

Black with #689BFE

Text Example


Text Example

White with #689BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,155,254); }

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

background-color css

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

 a { background-color: rgb(104,155,254); }

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

border-color css

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

 span { border-color: rgb(104,155,254); }

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