Html Css Color HEX #698BE2 Cornflower Blue

📋 copy color: '#698BE2'

red 105 ◦ green 139 ◦ blue 226

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

Shades of Cornflower Blue #698BE2

Tints of Cornflower Blue #698BE2

RGB

 RED value IS 105 (41.41% from 255) = 22.34%

 GREEN value IS 139 (54.69% from 255) = 29.57%

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

R = 22.34%
G = 29.57%
B = 48.09%

CMYK

 C value IS 0.54

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#698BE2 (or 0x698BE2) is known color: Cornflower Blue. HEX triplet: 69, 8B and E2. RGB value is (105,139,226). Sum of RGB (Red+Green+Blue) = 105+139+226=470 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.34% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 226 (88.67% from 255 or 48.09% from 470); Max value from RGB is 226 - color contains mainly: blue. Hex color #698BE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698BE2 is #96741D. Grayscale: #8A8A8A. Windows color (decimal): -9860126 or 14846825. OLE color: 14846825.

HSL color Cylindrical-coordinate representation of color #698BE2: hue angle of 223.14º 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 #698BE2 is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 105 139 226 -
CMYK 0.54 0.38 0 0.11
HSL 223.14º 0.68% 0.65% -
HSV(B) 223.14º 0.54% 0.89% -
XYZ 28.79 26.96 75.64 -
YUV 138.75 177.24 103.93 -
System Red Green Blue C M Y K H S L
Decimal 105 139 226 0.54 0.38 0 0.11 223.14 0.68 0.65
Hex 69 8B E2 36 26 0 B DF 44 41
Octal 151 213 342 66 46 0 13 337 104 101
Binary 1101001 10001011 11100010 110110 100110 0 1011 11011111 1000100 1000001

Color Harmonies of #698BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698BE2

Black with #698BE2

Text Example


Text Example

White with #698BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698BE2; }

 p { color: rgb(105,139,226); }

 H1.HeaderClassName
 {
   color: #698BE2;
 }
 .AnyTagClassName
 {
   color: #698BE2;
 }
</style>

background-color css

<style>
 a { background-color: #698BE2; }

 a { background-color: rgb(105,139,226); }

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

border-color css

<style>
 span { border-color: #698BE2; }

 span { border-color: rgb(105,139,226); }

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