Html Css Color HEX #698DDF Cornflower Blue

📋 copy color: '#698DDF'

red 105 ◦ green 141 ◦ blue 223

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

Shades of Cornflower Blue #698DDF

Tints of Cornflower Blue #698DDF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.06%

 BLUE value IS 223 (87.5% from 255) = 47.55%

R = 22.39%
G = 30.06%
B = 47.55%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#698DDF (or 0x698DDF) is known color: Cornflower Blue. HEX triplet: 69, 8D and DF. RGB value is (105,141,223). Sum of RGB (Red+Green+Blue) = 105+141+223=469 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.39% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #698DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698DDF is #967220. Grayscale: #8B8B8B. Windows color (decimal): -9859617 or 14650729. OLE color: 14650729.

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

Color convert

RGB 105 141 223 -
CMYK 0.53 0.37 0 0.13
HSL 221.69º 0.65% 0.64% -
HSV(B) 221.69º 0.53% 0.87% -
XYZ 28.67 27.38 73.59 -
YUV 139.58 175.07 103.33 -
System Red Green Blue C M Y K H S L
Decimal 105 141 223 0.53 0.37 0 0.13 221.69 0.65 0.64
Hex 69 8D DF 35 25 0 D DE 41 40
Octal 151 215 337 65 45 0 15 336 101 100
Binary 1101001 10001101 11011111 110101 100101 0 1101 11011110 1000001 1000000

Color Harmonies of #698DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698DDF

Black with #698DDF

Text Example


Text Example

White with #698DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,141,223); }

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

background-color css

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

 a { background-color: rgb(105,141,223); }

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

border-color css

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

 span { border-color: rgb(105,141,223); }

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