Html Css Color HEX #698FEE Cornflower Blue

📋 copy color: '#698FEE'

red 105 ◦ green 143 ◦ blue 238

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

Shades of Cornflower Blue #698FEE

Tints of Cornflower Blue #698FEE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.42%

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

R = 21.6%
G = 29.42%
B = 48.97%

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

#698FEE (or 0x698FEE) is known color: Cornflower Blue. HEX triplet: 69, 8F and EE. RGB value is (105,143,238). Sum of RGB (Red+Green+Blue) = 105+143+238=486 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.60% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #698FEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698FEE is #967011. Grayscale: #8E8E8E. Windows color (decimal): -9859090 or 15634281. OLE color: 15634281.

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

Color convert

RGB 105 143 238 -
CMYK 0.56 0.40 0 0.07
HSL 222.86º 0.8% 0.67% -
HSV(B) 222.86º 0.56% 0.93% -
XYZ 31.08 28.82 84.81 -
YUV 142.47 181.91 101.28 -
System Red Green Blue C M Y K H S L
Decimal 105 143 238 0.56 0.40 0 0.07 222.86 0.8 0.67
Hex 69 8F EE 38 28 0 7 DF 50 43
Octal 151 217 356 70 50 0 7 337 120 103
Binary 1101001 10001111 11101110 111000 101000 0 111 11011111 1010000 1000011

Color Harmonies of #698FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698FEE

Black with #698FEE

Text Example


Text Example

White with #698FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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