Html Css Color HEX #689FDF Cornflower Blue

📋 copy color: '#689FDF'

red 104 ◦ green 159 ◦ blue 223

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

Shades of Cornflower Blue #689FDF

Tints of Cornflower Blue #689FDF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.72%

 BLUE value IS 223 (87.5% from 255) = 45.88%

R = 21.4%
G = 32.72%
B = 45.88%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#689FDF (or 0x689FDF) is known color: Cornflower Blue. HEX triplet: 68, 9F and DF. RGB value is (104,159,223). Sum of RGB (Red+Green+Blue) = 104+159+223=486 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.40% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #689FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689FDF is #976020. Grayscale: #959595. Windows color (decimal): -9920545 or 14655336. OLE color: 14655336.

HSL color Cylindrical-coordinate representation of color #689FDF: hue angle of 212.27º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #689FDF is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 159 223 -
CMYK 0.53 0.29 0 0.13
HSL 212.27º 0.65% 0.64% -
HSV(B) 212.27º 0.53% 0.87% -
XYZ 31.43 33.07 74.54 -
YUV 149.85 169.28 95.3 -
System Red Green Blue C M Y K H S L
Decimal 104 159 223 0.53 0.29 0 0.13 212.27 0.65 0.64
Hex 68 9F DF 35 1D 0 D D4 41 40
Octal 150 237 337 65 35 0 15 324 101 100
Binary 1101000 10011111 11011111 110101 11101 0 1101 11010100 1000001 1000000

Color Harmonies of #689FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689FDF

Black with #689FDF

Text Example


Text Example

White with #689FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,159,223); }

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

background-color css

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

 a { background-color: rgb(104,159,223); }

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

border-color css

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

 span { border-color: rgb(104,159,223); }

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