Html Css Color HEX #698EEF Cornflower Blue

📋 copy color: '#698EEF'

red 105 ◦ green 142 ◦ blue 239

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

Shades of Cornflower Blue #698EEF

Tints of Cornflower Blue #698EEF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.22%

 BLUE value IS 239 (93.75% from 255) = 49.18%

R = 21.6%
G = 29.22%
B = 49.18%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#698EEF (or 0x698EEF) is known color: Cornflower Blue. HEX triplet: 69, 8E and EF. RGB value is (105,142,239). Sum of RGB (Red+Green+Blue) = 105+142+239=486 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.60% from 486); Green value is 142 (55.86% from 255 or 29.22% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #698EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698EEF is #967110. Grayscale: #8D8D8D. Windows color (decimal): -9859345 or 15699561. OLE color: 15699561.

HSL color Cylindrical-coordinate representation of color #698EEF: hue angle of 223.43º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #698EEF is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 105 142 239 -
CMYK 0.56 0.41 0 0.06
HSL 223.43º 0.81% 0.67% -
HSV(B) 223.43º 0.56% 0.94% -
XYZ 31.08 28.58 85.54 -
YUV 142 182.74 101.61 -
System Red Green Blue C M Y K H S L
Decimal 105 142 239 0.56 0.41 0 0.06 223.43 0.81 0.67
Hex 69 8E EF 38 29 0 6 DF 51 43
Octal 151 216 357 70 51 0 6 337 121 103
Binary 1101001 10001110 11101111 111000 101001 0 110 11011111 1010001 1000011

Color Harmonies of #698EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698EEF

Black with #698EEF

Text Example


Text Example

White with #698EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,142,239); }

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

background-color css

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

 a { background-color: rgb(105,142,239); }

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

border-color css

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

 span { border-color: rgb(105,142,239); }

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