Html Css Color HEX #698ADD Cornflower Blue

📋 copy color: '#698ADD'

red 105 ◦ green 138 ◦ blue 221

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

Shades of Cornflower Blue #698ADD

Tints of Cornflower Blue #698ADD

RGB

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

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

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

R = 22.63%
G = 29.74%
B = 47.63%

CMYK

 C value IS 0.52

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#698ADD (or 0x698ADD) is known color: Cornflower Blue. HEX triplet: 69, 8A and DD. RGB value is (105,138,221). Sum of RGB (Red+Green+Blue) = 105+138+221=464 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.63% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #698ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698ADD is #967522. Grayscale: #898989. Windows color (decimal): -9860387 or 14518889. OLE color: 14518889.

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

Color convert

RGB 105 138 221 -
CMYK 0.52 0.38 0 0.13
HSL 222.93º 0.63% 0.64% -
HSV(B) 222.93º 0.52% 0.87% -
XYZ 27.97 26.4 72.03 -
YUV 137.6 175.07 104.75 -
System Red Green Blue C M Y K H S L
Decimal 105 138 221 0.52 0.38 0 0.13 222.93 0.63 0.64
Hex 69 8A DD 34 26 0 D DF 3F 40
Octal 151 212 335 64 46 0 15 337 77 100
Binary 1101001 10001010 11011101 110100 100110 0 1101 11011111 111111 1000000

Color Harmonies of #698ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698ADD

Black with #698ADD

Text Example


Text Example

White with #698ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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