Html Css Color HEX #698CFC Cornflower Blue

📋 copy color: '#698CFC'

red 105 ◦ green 140 ◦ blue 252

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

Shades of Cornflower Blue #698CFC

Tints of Cornflower Blue #698CFC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.17%

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

R = 21.13%
G = 28.17%
B = 50.7%

CMYK

 C value IS 0.58

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#698CFC (or 0x698CFC) is known color: Cornflower Blue. HEX triplet: 69, 8C and FC. RGB value is (105,140,252). Sum of RGB (Red+Green+Blue) = 105+140+252=497 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.13% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #698CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698CFC is #967303. Grayscale: #8D8D8D. Windows color (decimal): -9859844 or 16551017. OLE color: 16551017.

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

Color convert

RGB 105 140 252 -
CMYK 0.58 0.44 0 0.01
HSL 225.71º 0.96% 0.7% -
HSV(B) 225.71º 0.58% 0.99% -
XYZ 32.77 28.79 95.92 -
YUV 142.3 189.9 101.39 -
System Red Green Blue C M Y K H S L
Decimal 105 140 252 0.58 0.44 0 0.01 225.71 0.96 0.7
Hex 69 8C FC 3A 2C 0 1 E2 60 46
Octal 151 214 374 72 54 0 1 342 140 106
Binary 1101001 10001100 11111100 111010 101100 0 1 11100010 1100000 1000110

Color Harmonies of #698CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698CFC

Black with #698CFC

Text Example


Text Example

White with #698CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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