Html Css Color HEX #698DDE Cornflower Blue

📋 copy color: '#698DDE'

red 105 ◦ green 141 ◦ blue 222

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

Shades of Cornflower Blue #698DDE

Tints of Cornflower Blue #698DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.44%

R = 22.44%
G = 30.13%
B = 47.44%

CMYK

 C value IS 0.53

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#698DDE (or 0x698DDE) is known color: Cornflower Blue. HEX triplet: 69, 8D and DE. RGB value is (105,141,222). Sum of RGB (Red+Green+Blue) = 105+141+222=468 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.44% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #698DDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698DDE is #967221. Grayscale: #8B8B8B. Windows color (decimal): -9859618 or 14585193. OLE color: 14585193.

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

Color convert

RGB 105 141 222 -
CMYK 0.53 0.36 0 0.13
HSL 221.54º 0.64% 0.64% -
HSV(B) 221.54º 0.53% 0.87% -
XYZ 28.54 27.33 72.88 -
YUV 139.47 174.57 103.41 -
System Red Green Blue C M Y K H S L
Decimal 105 141 222 0.53 0.36 0 0.13 221.54 0.64 0.64
Hex 69 8D DE 35 24 0 D DE 40 40
Octal 151 215 336 65 44 0 15 336 100 100
Binary 1101001 10001101 11011110 110101 100100 0 1101 11011110 1000000 1000000

Color Harmonies of #698DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698DDE

Black with #698DDE

Text Example


Text Example

White with #698DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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