Html Css Color HEX #689CEA Cornflower Blue

📋 copy color: '#689CEA'

red 104 ◦ green 156 ◦ blue 234

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

Shades of Cornflower Blue #689CEA

Tints of Cornflower Blue #689CEA

RGB

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

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

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

R = 21.05%
G = 31.58%
B = 47.37%

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

#689CEA (or 0x689CEA) is known color: Cornflower Blue. HEX triplet: 68, 9C and EA. RGB value is (104,156,234). Sum of RGB (Red+Green+Blue) = 104+156+234=494 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.05% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #689CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #689CEA is #976315. Grayscale: #949494. Windows color (decimal): -9921302 or 15375464. OLE color: 15375464.

HSL color Cylindrical-coordinate representation of color #689CEA: hue angle of 216º 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 #689CEA is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 156 234 -
CMYK 0.56 0.33 0 0.08
HSL 216º 0.76% 0.66% -
HSV(B) 216º 0.56% 0.92% -
XYZ 32.45 32.66 82.44 -
YUV 149.34 175.77 95.66 -
System Red Green Blue C M Y K H S L
Decimal 104 156 234 0.56 0.33 0 0.08 216 0.76 0.66
Hex 68 9C EA 38 21 0 8 D8 4C 42
Octal 150 234 352 70 41 0 10 330 114 102
Binary 1101000 10011100 11101010 111000 100001 0 1000 11011000 1001100 1000010

Color Harmonies of #689CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689CEA

Black with #689CEA

Text Example


Text Example

White with #689CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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