Html Css Color HEX #698DEF Cornflower Blue

📋 copy color: '#698DEF'

red 105 ◦ green 141 ◦ blue 239

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

Shades of Cornflower Blue #698DEF

Tints of Cornflower Blue #698DEF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.07%

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

R = 21.65%
G = 29.07%
B = 49.28%

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

#698DEF (or 0x698DEF) is known color: Cornflower Blue. HEX triplet: 69, 8D and EF. RGB value is (105,141,239). Sum of RGB (Red+Green+Blue) = 105+141+239=485 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.65% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #698DEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698DEF is #967210. Grayscale: #8C8C8C. Windows color (decimal): -9859601 or 15699305. OLE color: 15699305.

HSL color Cylindrical-coordinate representation of color #698DEF: hue angle of 223.88º 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 #698DEF is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 105 141 239 -
CMYK 0.56 0.41 0 0.06
HSL 223.88º 0.81% 0.67% -
HSV(B) 223.88º 0.56% 0.94% -
XYZ 30.93 28.29 85.49 -
YUV 141.41 183.07 102.03 -
System Red Green Blue C M Y K H S L
Decimal 105 141 239 0.56 0.41 0 0.06 223.88 0.81 0.67
Hex 69 8D EF 38 29 0 6 E0 51 43
Octal 151 215 357 70 51 0 6 340 121 103
Binary 1101001 10001101 11101111 111000 101001 0 110 11100000 1010001 1000011

Color Harmonies of #698DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698DEF

Black with #698DEF

Text Example


Text Example

White with #698DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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