Html Css Color HEX #698FDB Cornflower Blue

📋 copy color: '#698FDB'

red 105 ◦ green 143 ◦ blue 219

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

Shades of Cornflower Blue #698FDB

Tints of Cornflower Blue #698FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.9%

R = 22.48%
G = 30.62%
B = 46.9%

CMYK

 C value IS 0.52

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#698FDB (or 0x698FDB) is known color: Cornflower Blue. HEX triplet: 69, 8F and DB. RGB value is (105,143,219). Sum of RGB (Red+Green+Blue) = 105+143+219=467 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.48% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #698FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698FDB is #967024. Grayscale: #8B8B8B. Windows color (decimal): -9859109 or 14389097. OLE color: 14389097.

HSL color Cylindrical-coordinate representation of color #698FDB: hue angle of 220º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #698FDB is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 143 219 -
CMYK 0.52 0.35 0 0.14
HSL 220º 0.61% 0.64% -
HSV(B) 220º 0.52% 0.86% -
XYZ 28.43 27.76 70.88 -
YUV 140.3 172.41 102.82 -
System Red Green Blue C M Y K H S L
Decimal 105 143 219 0.52 0.35 0 0.14 220 0.61 0.64
Hex 69 8F DB 34 23 0 E DC 3D 40
Octal 151 217 333 64 43 0 16 334 75 100
Binary 1101001 10001111 11011011 110100 100011 0 1110 11011100 111101 1000000

Color Harmonies of #698FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698FDB

Black with #698FDB

Text Example


Text Example

White with #698FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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