Html Css Color HEX #698AFC Cornflower Blue

📋 copy color: '#698AFC'

red 105 ◦ green 138 ◦ blue 252

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

Shades of Cornflower Blue #698AFC

Tints of Cornflower Blue #698AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.91%

R = 21.21%
G = 27.88%
B = 50.91%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#698AFC (or 0x698AFC) is known color: Cornflower Blue. HEX triplet: 69, 8A and FC. RGB value is (105,138,252). Sum of RGB (Red+Green+Blue) = 105+138+252=495 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.21% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #698AFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698AFC is #967503. Grayscale: #8C8C8C. Windows color (decimal): -9860356 or 16550505. OLE color: 16550505.

HSL color Cylindrical-coordinate representation of color #698AFC: hue angle of 226.53º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #698AFC is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 105 138 252 -
CMYK 0.58 0.45 0 0.01
HSL 226.53º 0.96% 0.7% -
HSV(B) 226.53º 0.58% 0.99% -
XYZ 32.48 28.21 95.83 -
YUV 141.13 190.57 102.23 -
System Red Green Blue C M Y K H S L
Decimal 105 138 252 0.58 0.45 0 0.01 226.53 0.96 0.7
Hex 69 8A FC 3A 2D 0 1 E3 60 46
Octal 151 212 374 72 55 0 1 343 140 106
Binary 1101001 10001010 11111100 111010 101101 0 1 11100011 1100000 1000110

Color Harmonies of #698AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698AFC

Black with #698AFC

Text Example


Text Example

White with #698AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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