Html Css Color HEX #698DEE Cornflower Blue

📋 copy color: '#698DEE'

red 105 ◦ green 141 ◦ blue 238

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

Shades of Cornflower Blue #698DEE

Tints of Cornflower Blue #698DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.17%

R = 21.69%
G = 29.13%
B = 49.17%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#698DEE (or 0x698DEE) is known color: Cornflower Blue. HEX triplet: 69, 8D and EE. RGB value is (105,141,238). Sum of RGB (Red+Green+Blue) = 105+141+238=484 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.69% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #698DEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698DEE is #967211. Grayscale: #8C8C8C. Windows color (decimal): -9859602 or 15633769. OLE color: 15633769.

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

Color convert

RGB 105 141 238 -
CMYK 0.56 0.41 0 0.07
HSL 223.76º 0.8% 0.67% -
HSV(B) 223.76º 0.56% 0.93% -
XYZ 30.78 28.23 84.71 -
YUV 141.29 182.57 102.11 -
System Red Green Blue C M Y K H S L
Decimal 105 141 238 0.56 0.41 0 0.07 223.76 0.8 0.67
Hex 69 8D EE 38 29 0 7 E0 50 43
Octal 151 215 356 70 51 0 7 340 120 103
Binary 1101001 10001101 11101110 111000 101001 0 111 11100000 1010000 1000011

Color Harmonies of #698DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698DEE

Black with #698DEE

Text Example


Text Example

White with #698DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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