Html Css Color HEX #689CDD Cornflower Blue

📋 copy color: '#689CDD'

red 104 ◦ green 156 ◦ blue 221

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

Shades of Cornflower Blue #689CDD

Tints of Cornflower Blue #689CDD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.43%

 BLUE value IS 221 (86.72% from 255) = 45.95%

R = 21.62%
G = 32.43%
B = 45.95%

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

#689CDD (or 0x689CDD) is known color: Cornflower Blue. HEX triplet: 68, 9C and DD. RGB value is (104,156,221). Sum of RGB (Red+Green+Blue) = 104+156+221=481 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.62% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #689CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689CDD is #976322. Grayscale: #939393. Windows color (decimal): -9921315 or 14523496. OLE color: 14523496.

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

Color convert

RGB 104 156 221 -
CMYK 0.53 0.29 0 0.13
HSL 213.33º 0.63% 0.64% -
HSV(B) 213.33º 0.53% 0.87% -
XYZ 30.65 31.94 72.96 -
YUV 147.86 169.27 96.71 -
System Red Green Blue C M Y K H S L
Decimal 104 156 221 0.53 0.29 0 0.13 213.33 0.63 0.64
Hex 68 9C DD 35 1D 0 D D5 3F 40
Octal 150 234 335 65 35 0 15 325 77 100
Binary 1101000 10011100 11011101 110101 11101 0 1101 11010101 111111 1000000

Color Harmonies of #689CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689CDD

Black with #689CDD

Text Example


Text Example

White with #689CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,156,221); }

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

background-color css

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

 a { background-color: rgb(104,156,221); }

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

border-color css

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

 span { border-color: rgb(104,156,221); }

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