Html Css Color HEX #689DEA Cornflower Blue

📋 copy color: '#689DEA'

red 104 ◦ green 157 ◦ blue 234

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

Shades of Cornflower Blue #689DEA

Tints of Cornflower Blue #689DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.27%

R = 21.01%
G = 31.72%
B = 47.27%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#689DEA (or 0x689DEA) is known color: Cornflower Blue. HEX triplet: 68, 9D and EA. RGB value is (104,157,234). Sum of RGB (Red+Green+Blue) = 104+157+234=495 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.01% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #689DEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #689DEA is #976215. Grayscale: #959595. Windows color (decimal): -9921046 or 15375720. OLE color: 15375720.

HSL color Cylindrical-coordinate representation of color #689DEA: hue angle of 215.54º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #689DEA is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 157 234 -
CMYK 0.56 0.33 0 0.08
HSL 215.54º 0.76% 0.66% -
HSV(B) 215.54º 0.56% 0.92% -
XYZ 32.62 33 82.49 -
YUV 149.93 175.44 95.24 -
System Red Green Blue C M Y K H S L
Decimal 104 157 234 0.56 0.33 0 0.08 215.54 0.76 0.66
Hex 68 9D EA 38 21 0 8 D8 4C 42
Octal 150 235 352 70 41 0 10 330 114 102
Binary 1101000 10011101 11101010 111000 100001 0 1000 11011000 1001100 1000010

Color Harmonies of #689DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689DEA

Black with #689DEA

Text Example


Text Example

White with #689DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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