Html Css Color HEX #689CE2 Cornflower Blue

📋 copy color: '#689CE2'

red 104 ◦ green 156 ◦ blue 226

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

Shades of Cornflower Blue #689CE2

Tints of Cornflower Blue #689CE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 46.5%

R = 21.4%
G = 32.1%
B = 46.5%

CMYK

 C value IS 0.54

 M value IS 0.31

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#689CE2 (or 0x689CE2) is known color: Cornflower Blue. HEX triplet: 68, 9C and E2. RGB value is (104,156,226). Sum of RGB (Red+Green+Blue) = 104+156+226=486 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.40% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 226 (88.67% from 255 or 46.50% from 486); Max value from RGB is 226 - color contains mainly: blue. Hex color #689CE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689CE2 is #97631D. Grayscale: #949494. Windows color (decimal): -9921310 or 14851176. OLE color: 14851176.

HSL color Cylindrical-coordinate representation of color #689CE2: hue angle of 214.43º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #689CE2 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 104 156 226 -
CMYK 0.54 0.31 0 0.11
HSL 214.43º 0.68% 0.65% -
HSV(B) 214.43º 0.54% 0.89% -
XYZ 31.32 32.21 76.52 -
YUV 148.43 171.77 96.31 -
System Red Green Blue C M Y K H S L
Decimal 104 156 226 0.54 0.31 0 0.11 214.43 0.68 0.65
Hex 68 9C E2 36 1F 0 B D6 44 41
Octal 150 234 342 66 37 0 13 326 104 101
Binary 1101000 10011100 11100010 110110 11111 0 1011 11010110 1000100 1000001

Color Harmonies of #689CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689CE2

Black with #689CE2

Text Example


Text Example

White with #689CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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