Html Css Color HEX #698FD8 Cornflower Blue

📋 copy color: '#698FD8'

red 105 ◦ green 143 ◦ blue 216

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

Shades of Cornflower Blue #698FD8

Tints of Cornflower Blue #698FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.55%

R = 22.63%
G = 30.82%
B = 46.55%

CMYK

 C value IS 0.51

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#698FD8 (or 0x698FD8) is known color: Cornflower Blue. HEX triplet: 69, 8F and D8. RGB value is (105,143,216). Sum of RGB (Red+Green+Blue) = 105+143+216=464 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.63% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 216 (84.77% from 255 or 46.55% from 464); Max value from RGB is 216 - color contains mainly: blue. Hex color #698FD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698FD8 is #967027. Grayscale: #8B8B8B. Windows color (decimal): -9859112 or 14192489. OLE color: 14192489.

HSL color Cylindrical-coordinate representation of color #698FD8: hue angle of 219.46º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #698FD8 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 143 216 -
CMYK 0.51 0.34 0 0.15
HSL 219.46º 0.59% 0.63% -
HSV(B) 219.46º 0.51% 0.85% -
XYZ 28.04 27.61 68.82 -
YUV 139.96 170.91 103.06 -
System Red Green Blue C M Y K H S L
Decimal 105 143 216 0.51 0.34 0 0.15 219.46 0.59 0.63
Hex 69 8F D8 33 22 0 F DB 3B 3F
Octal 151 217 330 63 42 0 17 333 73 77
Binary 1101001 10001111 11011000 110011 100010 0 1111 11011011 111011 111111

Color Harmonies of #698FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698FD8

Black with #698FD8

Text Example


Text Example

White with #698FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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