Html Css Color HEX #698EDD Cornflower Blue

📋 copy color: '#698EDD'

red 105 ◦ green 142 ◦ blue 221

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

Shades of Cornflower Blue #698EDD

Tints of Cornflower Blue #698EDD

RGB

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

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

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

R = 22.44%
G = 30.34%
B = 47.22%

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

#698EDD (or 0x698EDD) is known color: Cornflower Blue. HEX triplet: 69, 8E and DD. RGB value is (105,142,221). Sum of RGB (Red+Green+Blue) = 105+142+221=468 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.44% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #698EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698EDD is #967122. Grayscale: #8B8B8B. Windows color (decimal): -9859363 or 14519913. OLE color: 14519913.

HSL color Cylindrical-coordinate representation of color #698EDD: hue angle of 220.86º 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 #698EDD is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 142 221 -
CMYK 0.52 0.36 0 0.13
HSL 220.86º 0.63% 0.64% -
HSV(B) 220.86º 0.52% 0.87% -
XYZ 28.55 27.57 72.22 -
YUV 139.94 173.74 103.08 -
System Red Green Blue C M Y K H S L
Decimal 105 142 221 0.52 0.36 0 0.13 220.86 0.63 0.64
Hex 69 8E DD 34 24 0 D DD 3F 40
Octal 151 216 335 64 44 0 15 335 77 100
Binary 1101001 10001110 11011101 110100 100100 0 1101 11011101 111111 1000000

Color Harmonies of #698EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698EDD

Black with #698EDD

Text Example


Text Example

White with #698EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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