Html Css Color HEX #698CEF Cornflower Blue

📋 copy color: '#698CEF'

red 105 ◦ green 140 ◦ blue 239

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

Shades of Cornflower Blue #698CEF

Tints of Cornflower Blue #698CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.38%

R = 21.69%
G = 28.93%
B = 49.38%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#698CEF (or 0x698CEF) is known color: Cornflower Blue. HEX triplet: 69, 8C and EF. RGB value is (105,140,239). Sum of RGB (Red+Green+Blue) = 105+140+239=484 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.69% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #698CEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698CEF is #967310. Grayscale: #8C8C8C. Windows color (decimal): -9859857 or 15699049. OLE color: 15699049.

HSL color Cylindrical-coordinate representation of color #698CEF: hue angle of 224.33º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #698CEF is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 105 140 239 -
CMYK 0.56 0.41 0 0.06
HSL 224.33º 0.81% 0.67% -
HSV(B) 224.33º 0.56% 0.94% -
XYZ 30.78 27.99 85.44 -
YUV 140.82 183.4 102.45 -
System Red Green Blue C M Y K H S L
Decimal 105 140 239 0.56 0.41 0 0.06 224.33 0.81 0.67
Hex 69 8C EF 38 29 0 6 E0 51 43
Octal 151 214 357 70 51 0 6 340 121 103
Binary 1101001 10001100 11101111 111000 101001 0 110 11100000 1010001 1000011

Color Harmonies of #698CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698CEF

Black with #698CEF

Text Example


Text Example

White with #698CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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