Html Css Color HEX #698EEE Cornflower Blue

📋 copy color: '#698EEE'

red 105 ◦ green 142 ◦ blue 238

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

Shades of Cornflower Blue #698EEE

Tints of Cornflower Blue #698EEE

RGB

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

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

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

R = 21.65%
G = 29.28%
B = 49.07%

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

#698EEE (or 0x698EEE) is known color: Cornflower Blue. HEX triplet: 69, 8E and EE. RGB value is (105,142,238). Sum of RGB (Red+Green+Blue) = 105+142+238=485 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.65% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #698EEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698EEE is #967111. Grayscale: #8D8D8D. Windows color (decimal): -9859346 or 15634025. OLE color: 15634025.

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

Color convert

RGB 105 142 238 -
CMYK 0.56 0.40 0 0.07
HSL 223.31º 0.8% 0.67% -
HSV(B) 223.31º 0.56% 0.93% -
XYZ 30.93 28.52 84.76 -
YUV 141.88 182.24 101.69 -
System Red Green Blue C M Y K H S L
Decimal 105 142 238 0.56 0.40 0 0.07 223.31 0.8 0.67
Hex 69 8E EE 38 28 0 7 DF 50 43
Octal 151 216 356 70 50 0 7 337 120 103
Binary 1101001 10001110 11101110 111000 101000 0 111 11011111 1010000 1000011

Color Harmonies of #698EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698EEE

Black with #698EEE

Text Example


Text Example

White with #698EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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