Html Css Color HEX #698FFF Cornflower Blue

📋 copy color: '#698FFF'

red 105 ◦ green 143 ◦ blue 255

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

Shades of Cornflower Blue #698FFF

Tints of Cornflower Blue #698FFF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.43%

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

R = 20.87%
G = 28.43%
B = 50.7%

CMYK

 C value IS 0.59

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#698FFF (or 0x698FFF) is known color: Cornflower Blue. HEX triplet: 69, 8F and FF. RGB value is (105,143,255). Sum of RGB (Red+Green+Blue) = 105+143+255=503 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.87% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #698FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698FFF is #967000. Grayscale: #8F8F8F. Windows color (decimal): -9859073 or 16748393. OLE color: 16748393.

HSL color Cylindrical-coordinate representation of color #698FFF: hue angle of 224.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 #698FFF is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 105 143 255 -
CMYK 0.59 0.44 0 0
HSL 224.8º 1% 0.71% -
HSV(B) 224.8º 0.59% 1% -
XYZ 33.7 29.87 98.6 -
YUV 144.41 190.41 99.89 -
System Red Green Blue C M Y K H S L
Decimal 105 143 255 0.59 0.44 0 0 224.8 1 0.71
Hex 69 8F FF 3B 2C 0 0 E1 64 47
Octal 151 217 377 73 54 0 0 341 144 107
Binary 1101001 10001111 11111111 111011 101100 0 0 11100001 1100100 1000111

Color Harmonies of #698FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698FFF

Black with #698FFF

Text Example


Text Example

White with #698FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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