Html Css Color HEX #698EE0 Cornflower Blue

📋 copy color: '#698EE0'

red 105 ◦ green 142 ◦ blue 224

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

Shades of Cornflower Blue #698EE0

Tints of Cornflower Blue #698EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.56%

R = 22.29%
G = 30.15%
B = 47.56%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#698EE0 (or 0x698EE0) is known color: Cornflower Blue. HEX triplet: 69, 8E and E0. RGB value is (105,142,224). Sum of RGB (Red+Green+Blue) = 105+142+224=471 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.29% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 224 (87.89% from 255 or 47.56% from 471); Max value from RGB is 224 - color contains mainly: blue. Hex color #698EE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698EE0 is #96711F. Grayscale: #8B8B8B. Windows color (decimal): -9859360 or 14716521. OLE color: 14716521.

HSL color Cylindrical-coordinate representation of color #698EE0: hue angle of 221.34º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #698EE0 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 105 142 224 -
CMYK 0.53 0.37 0 0.12
HSL 221.34º 0.66% 0.65% -
HSV(B) 221.34º 0.53% 0.88% -
XYZ 28.95 27.73 74.35 -
YUV 140.29 175.24 102.83 -
System Red Green Blue C M Y K H S L
Decimal 105 142 224 0.53 0.37 0 0.12 221.34 0.66 0.65
Hex 69 8E E0 35 25 0 C DD 42 41
Octal 151 216 340 65 45 0 14 335 102 101
Binary 1101001 10001110 11100000 110101 100101 0 1100 11011101 1000010 1000001

Color Harmonies of #698EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698EE0

Black with #698EE0

Text Example


Text Example

White with #698EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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