Html Css Color HEX #698EDC Cornflower Blue

📋 copy color: '#698EDC'

red 105 ◦ green 142 ◦ blue 220

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

Shades of Cornflower Blue #698EDC

Tints of Cornflower Blue #698EDC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.41%

 BLUE value IS 220 (86.33% from 255) = 47.11%

R = 22.48%
G = 30.41%
B = 47.11%

CMYK

 C value IS 0.52

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#698EDC (or 0x698EDC) is known color: Cornflower Blue. HEX triplet: 69, 8E and DC. RGB value is (105,142,220). Sum of RGB (Red+Green+Blue) = 105+142+220=467 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.48% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #698EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698EDC is #967123. Grayscale: #8B8B8B. Windows color (decimal): -9859364 or 14454377. OLE color: 14454377.

HSL color Cylindrical-coordinate representation of color #698EDC: hue angle of 220.7º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #698EDC is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 142 220 -
CMYK 0.52 0.35 0 0.14
HSL 220.7º 0.62% 0.64% -
HSV(B) 220.7º 0.52% 0.86% -
XYZ 28.42 27.52 71.52 -
YUV 139.83 173.24 103.16 -
System Red Green Blue C M Y K H S L
Decimal 105 142 220 0.52 0.35 0 0.14 220.7 0.62 0.64
Hex 69 8E DC 34 23 0 E DD 3E 40
Octal 151 216 334 64 43 0 16 335 76 100
Binary 1101001 10001110 11011100 110100 100011 0 1110 11011101 111110 1000000

Color Harmonies of #698EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698EDC

Black with #698EDC

Text Example


Text Example

White with #698EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,142,220); }

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

background-color css

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

 a { background-color: rgb(105,142,220); }

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

border-color css

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

 span { border-color: rgb(105,142,220); }

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