Html Css Color HEX #698ADF Cornflower Blue

📋 copy color: '#698ADF'

red 105 ◦ green 138 ◦ blue 223

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

Shades of Cornflower Blue #698ADF

Tints of Cornflower Blue #698ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.85%

R = 22.53%
G = 29.61%
B = 47.85%

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

#698ADF (or 0x698ADF) is known color: Cornflower Blue. HEX triplet: 69, 8A and DF. RGB value is (105,138,223). Sum of RGB (Red+Green+Blue) = 105+138+223=466 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.53% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #698ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698ADF is #967520. Grayscale: #898989. Windows color (decimal): -9860385 or 14649961. OLE color: 14649961.

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

Color convert

RGB 105 138 223 -
CMYK 0.53 0.38 0 0.13
HSL 223.22º 0.65% 0.64% -
HSV(B) 223.22º 0.53% 0.87% -
XYZ 28.23 26.51 73.44 -
YUV 137.82 176.07 104.59 -
System Red Green Blue C M Y K H S L
Decimal 105 138 223 0.53 0.38 0 0.13 223.22 0.65 0.64
Hex 69 8A DF 35 26 0 D DF 41 40
Octal 151 212 337 65 46 0 15 337 101 100
Binary 1101001 10001010 11011111 110101 100110 0 1101 11011111 1000001 1000000

Color Harmonies of #698ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698ADF

Black with #698ADF

Text Example


Text Example

White with #698ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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