Html Css Color HEX #689DDF Cornflower Blue

📋 copy color: '#689DDF'

red 104 ◦ green 157 ◦ blue 223

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

Shades of Cornflower Blue #689DDF

Tints of Cornflower Blue #689DDF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.44%

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

R = 21.49%
G = 32.44%
B = 46.07%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#689DDF (or 0x689DDF) is known color: Cornflower Blue. HEX triplet: 68, 9D and DF. RGB value is (104,157,223). Sum of RGB (Red+Green+Blue) = 104+157+223=484 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.49% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #689DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689DDF is #976220. Grayscale: #949494. Windows color (decimal): -9921057 or 14654824. OLE color: 14654824.

HSL color Cylindrical-coordinate representation of color #689DDF: hue angle of 213.28º 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 #689DDF is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 157 223 -
CMYK 0.53 0.30 0 0.13
HSL 213.28º 0.65% 0.64% -
HSV(B) 213.28º 0.53% 0.87% -
XYZ 31.09 32.38 74.42 -
YUV 148.68 169.94 96.13 -
System Red Green Blue C M Y K H S L
Decimal 104 157 223 0.53 0.30 0 0.13 213.28 0.65 0.64
Hex 68 9D DF 35 1E 0 D D5 41 40
Octal 150 235 337 65 36 0 15 325 101 100
Binary 1101000 10011101 11011111 110101 11110 0 1101 11010101 1000001 1000000

Color Harmonies of #689DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689DDF

Black with #689DDF

Text Example


Text Example

White with #689DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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