Html Css Color HEX #689EFA Cornflower Blue

📋 copy color: '#689EFA'

red 104 ◦ green 158 ◦ blue 250

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

Shades of Cornflower Blue #689EFA

Tints of Cornflower Blue #689EFA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.86%

 BLUE value IS 250 (98.05% from 255) = 48.83%

R = 20.31%
G = 30.86%
B = 48.83%

CMYK

 C value IS 0.58

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#689EFA (or 0x689EFA) is known color: Cornflower Blue. HEX triplet: 68, 9E and FA. RGB value is (104,158,250). Sum of RGB (Red+Green+Blue) = 104+158+250=512 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.31% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #689EFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #689EFA is #976105. Grayscale: #979797. Windows color (decimal): -9920774 or 16424552. OLE color: 16424552.

HSL color Cylindrical-coordinate representation of color #689EFA: hue angle of 217.81º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #689EFA is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 158 250 -
CMYK 0.58 0.37 0 0.02
HSL 217.81º 0.94% 0.69% -
HSV(B) 217.81º 0.58% 0.98% -
XYZ 35.19 34.3 95.21 -
YUV 152.34 183.11 93.52 -
System Red Green Blue C M Y K H S L
Decimal 104 158 250 0.58 0.37 0 0.02 217.81 0.94 0.69
Hex 68 9E FA 3A 25 0 2 DA 5E 45
Octal 150 236 372 72 45 0 2 332 136 105
Binary 1101000 10011110 11111010 111010 100101 0 10 11011010 1011110 1000101

Color Harmonies of #689EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689EFA

Black with #689EFA

Text Example


Text Example

White with #689EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,158,250); }

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

background-color css

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

 a { background-color: rgb(104,158,250); }

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

border-color css

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

 span { border-color: rgb(104,158,250); }

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