Html Css Color HEX #698FFD Cornflower Blue

📋 copy color: '#698FFD'

red 105 ◦ green 143 ◦ blue 253

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

Shades of Cornflower Blue #698FFD

Tints of Cornflower Blue #698FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.5%

R = 20.96%
G = 28.54%
B = 50.5%

CMYK

 C value IS 0.58

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#698FFD (or 0x698FFD) is known color: Cornflower Blue. HEX triplet: 69, 8F and FD. RGB value is (105,143,253). Sum of RGB (Red+Green+Blue) = 105+143+253=501 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.96% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #698FFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698FFD is #967002. Grayscale: #8F8F8F. Windows color (decimal): -9859075 or 16617321. OLE color: 16617321.

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

Color convert

RGB 105 143 253 -
CMYK 0.58 0.43 0 0.01
HSL 224.59º 0.97% 0.7% -
HSV(B) 224.59º 0.58% 0.99% -
XYZ 33.38 29.74 96.91 -
YUV 144.18 189.41 100.06 -
System Red Green Blue C M Y K H S L
Decimal 105 143 253 0.58 0.43 0 0.01 224.59 0.97 0.7
Hex 69 8F FD 3A 2B 0 1 E1 61 46
Octal 151 217 375 72 53 0 1 341 141 106
Binary 1101001 10001111 11111101 111010 101011 0 1 11100001 1100001 1000110

Color Harmonies of #698FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698FFD

Black with #698FFD

Text Example


Text Example

White with #698FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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