Html Css Color HEX #698ADE Cornflower Blue

📋 copy color: '#698ADE'

red 105 ◦ green 138 ◦ blue 222

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

Shades of Cornflower Blue #698ADE

Tints of Cornflower Blue #698ADE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.68%

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

R = 22.58%
G = 29.68%
B = 47.74%

CMYK

 C value IS 0.53

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#698ADE (or 0x698ADE) is known color: Cornflower Blue. HEX triplet: 69, 8A and DE. RGB value is (105,138,222). Sum of RGB (Red+Green+Blue) = 105+138+222=465 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.58% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #698ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698ADE is #967521. Grayscale: #898989. Windows color (decimal): -9860386 or 14584425. OLE color: 14584425.

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

Color convert

RGB 105 138 222 -
CMYK 0.53 0.38 0 0.13
HSL 223.08º 0.64% 0.64% -
HSV(B) 223.08º 0.53% 0.87% -
XYZ 28.1 26.45 72.73 -
YUV 137.71 175.57 104.67 -
System Red Green Blue C M Y K H S L
Decimal 105 138 222 0.53 0.38 0 0.13 223.08 0.64 0.64
Hex 69 8A DE 35 26 0 D DF 40 40
Octal 151 212 336 65 46 0 15 337 100 100
Binary 1101001 10001010 11011110 110101 100110 0 1101 11011111 1000000 1000000

Color Harmonies of #698ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698ADE

Black with #698ADE

Text Example


Text Example

White with #698ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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