Html Css Color HEX #698CFF Cornflower Blue

📋 copy color: '#698CFF'

red 105 ◦ green 140 ◦ blue 255

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

Shades of Cornflower Blue #698CFF

Tints of Cornflower Blue #698CFF

RGB

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

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

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

R = 21%
G = 28%
B = 51%

CMYK

 C value IS 0.59

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#698CFF (or 0x698CFF) is known color: Cornflower Blue. HEX triplet: 69, 8C and FF. RGB value is (105,140,255). Sum of RGB (Red+Green+Blue) = 105+140+255=500 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #698CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698CFF is #967300. Grayscale: #8E8E8E. Windows color (decimal): -9859841 or 16747625. OLE color: 16747625.

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

Color convert

RGB 105 140 255 -
CMYK 0.59 0.45 0 0
HSL 226º 1% 0.71% -
HSV(B) 226º 0.59% 1% -
XYZ 33.25 28.98 98.45 -
YUV 142.65 191.4 101.15 -
System Red Green Blue C M Y K H S L
Decimal 105 140 255 0.59 0.45 0 0 226 1 0.71
Hex 69 8C FF 3B 2D 0 0 E2 64 47
Octal 151 214 377 73 55 0 0 342 144 107
Binary 1101001 10001100 11111111 111011 101101 0 0 11100010 1100100 1000111

Color Harmonies of #698CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698CFF

Black with #698CFF

Text Example


Text Example

White with #698CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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