Html Css Color HEX #698AFF Cornflower Blue

📋 copy color: '#698AFF'

red 105 ◦ green 138 ◦ blue 255

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

Shades of Cornflower Blue #698AFF

Tints of Cornflower Blue #698AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.2%

R = 21.08%
G = 27.71%
B = 51.2%

CMYK

 C value IS 0.59

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#698AFF (or 0x698AFF) is known color: Cornflower Blue. HEX triplet: 69, 8A and FF. RGB value is (105,138,255). Sum of RGB (Red+Green+Blue) = 105+138+255=498 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.08% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #698AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698AFF is #967500. Grayscale: #8C8C8C. Windows color (decimal): -9860353 or 16747113. OLE color: 16747113.

HSL color Cylindrical-coordinate representation of color #698AFF: hue angle of 226.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #698AFF is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 105 138 255 -
CMYK 0.59 0.46 0 0
HSL 226.8º 1% 0.71% -
HSV(B) 226.8º 0.59% 1% -
XYZ 32.96 28.4 98.35 -
YUV 141.47 192.07 101.99 -
System Red Green Blue C M Y K H S L
Decimal 105 138 255 0.59 0.46 0 0 226.8 1 0.71
Hex 69 8A FF 3B 2E 0 0 E3 64 47
Octal 151 212 377 73 56 0 0 343 144 107
Binary 1101001 10001010 11111111 111011 101110 0 0 11100011 1100100 1000111

Color Harmonies of #698AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698AFF

Black with #698AFF

Text Example


Text Example

White with #698AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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