Html Css Color HEX #698DDD Cornflower Blue

📋 copy color: '#698DDD'

red 105 ◦ green 141 ◦ blue 221

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

Shades of Cornflower Blue #698DDD

Tints of Cornflower Blue #698DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.32%

R = 22.48%
G = 30.19%
B = 47.32%

CMYK

 C value IS 0.52

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#698DDD (or 0x698DDD) is known color: Cornflower Blue. HEX triplet: 69, 8D and DD. RGB value is (105,141,221). Sum of RGB (Red+Green+Blue) = 105+141+221=467 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.48% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #698DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698DDD is #967222. Grayscale: #8B8B8B. Windows color (decimal): -9859619 or 14519657. OLE color: 14519657.

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

Color convert

RGB 105 141 221 -
CMYK 0.52 0.36 0 0.13
HSL 221.38º 0.63% 0.64% -
HSV(B) 221.38º 0.52% 0.87% -
XYZ 28.4 27.27 72.17 -
YUV 139.36 174.07 103.5 -
System Red Green Blue C M Y K H S L
Decimal 105 141 221 0.52 0.36 0 0.13 221.38 0.63 0.64
Hex 69 8D DD 34 24 0 D DD 3F 40
Octal 151 215 335 64 44 0 15 335 77 100
Binary 1101001 10001101 11011101 110100 100100 0 1101 11011101 111111 1000000

Color Harmonies of #698DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698DDD

Black with #698DDD

Text Example


Text Example

White with #698DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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