Html Css Color HEX #698DEC Cornflower Blue

📋 copy color: '#698DEC'

red 105 ◦ green 141 ◦ blue 236

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

Shades of Cornflower Blue #698DEC

Tints of Cornflower Blue #698DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.96%

R = 21.78%
G = 29.25%
B = 48.96%

CMYK

 C value IS 0.56

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#698DEC (or 0x698DEC) is known color: Cornflower Blue. HEX triplet: 69, 8D and EC. RGB value is (105,141,236). Sum of RGB (Red+Green+Blue) = 105+141+236=482 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.78% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #698DEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698DEC is #967213. Grayscale: #8C8C8C. Windows color (decimal): -9859604 or 15502697. OLE color: 15502697.

HSL color Cylindrical-coordinate representation of color #698DEC: hue angle of 223.51º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #698DEC is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 141 236 -
CMYK 0.56 0.40 0 0.07
HSL 223.51º 0.78% 0.67% -
HSV(B) 223.51º 0.56% 0.93% -
XYZ 30.49 28.11 83.18 -
YUV 141.07 181.57 102.28 -
System Red Green Blue C M Y K H S L
Decimal 105 141 236 0.56 0.40 0 0.07 223.51 0.78 0.67
Hex 69 8D EC 38 28 0 7 E0 4E 43
Octal 151 215 354 70 50 0 7 340 116 103
Binary 1101001 10001101 11101100 111000 101000 0 111 11100000 1001110 1000011

Color Harmonies of #698DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698DEC

Black with #698DEC

Text Example


Text Example

White with #698DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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