Html Css Color HEX #698BE0 Cornflower Blue

📋 copy color: '#698BE0'

red 105 ◦ green 139 ◦ blue 224

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

Shades of Cornflower Blue #698BE0

Tints of Cornflower Blue #698BE0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.7%

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

R = 22.44%
G = 29.7%
B = 47.86%

CMYK

 C value IS 0.53

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#698BE0 (or 0x698BE0) is known color: Cornflower Blue. HEX triplet: 69, 8B and E0. RGB value is (105,139,224). Sum of RGB (Red+Green+Blue) = 105+139+224=468 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.44% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 224 (87.89% from 255 or 47.86% from 468); Max value from RGB is 224 - color contains mainly: blue. Hex color #698BE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698BE0 is #96741F. Grayscale: #8A8A8A. Windows color (decimal): -9860128 or 14715753. OLE color: 14715753.

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

Color convert

RGB 105 139 224 -
CMYK 0.53 0.38 0 0.12
HSL 222.86º 0.66% 0.65% -
HSV(B) 222.86º 0.53% 0.88% -
XYZ 28.51 26.85 74.2 -
YUV 138.52 176.24 104.09 -
System Red Green Blue C M Y K H S L
Decimal 105 139 224 0.53 0.38 0 0.12 222.86 0.66 0.65
Hex 69 8B E0 35 26 0 C DF 42 41
Octal 151 213 340 65 46 0 14 337 102 101
Binary 1101001 10001011 11100000 110101 100110 0 1100 11011111 1000010 1000001

Color Harmonies of #698BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698BE0

Black with #698BE0

Text Example


Text Example

White with #698BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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