Html Css Color HEX #689DDC Cornflower Blue

📋 copy color: '#689DDC'

red 104 ◦ green 157 ◦ blue 220

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

Shades of Cornflower Blue #689DDC

Tints of Cornflower Blue #689DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.74%

R = 21.62%
G = 32.64%
B = 45.74%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#689DDC (or 0x689DDC) is known color: Cornflower Blue. HEX triplet: 68, 9D and DC. RGB value is (104,157,220). Sum of RGB (Red+Green+Blue) = 104+157+220=481 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.62% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #689DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689DDC is #976223. Grayscale: #949494. Windows color (decimal): -9921060 or 14458216. OLE color: 14458216.

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

Color convert

RGB 104 157 220 -
CMYK 0.53 0.29 0 0.14
HSL 212.59º 0.62% 0.64% -
HSV(B) 212.59º 0.53% 0.86% -
XYZ 30.68 32.22 72.31 -
YUV 148.34 168.44 96.38 -
System Red Green Blue C M Y K H S L
Decimal 104 157 220 0.53 0.29 0 0.14 212.59 0.62 0.64
Hex 68 9D DC 35 1D 0 E D5 3E 40
Octal 150 235 334 65 35 0 16 325 76 100
Binary 1101000 10011101 11011100 110101 11101 0 1110 11010101 111110 1000000

Color Harmonies of #689DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689DDC

Black with #689DDC

Text Example


Text Example

White with #689DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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