Html Css Color HEX #698BDE Cornflower Blue

📋 copy color: '#698BDE'

red 105 ◦ green 139 ◦ blue 222

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

Shades of Cornflower Blue #698BDE

Tints of Cornflower Blue #698BDE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.83%

 BLUE value IS 222 (87.11% from 255) = 47.64%

R = 22.53%
G = 29.83%
B = 47.64%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#698BDE (or 0x698BDE) is known color: Cornflower Blue. HEX triplet: 69, 8B and DE. RGB value is (105,139,222). Sum of RGB (Red+Green+Blue) = 105+139+222=466 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.53% from 466); Green value is 139 (54.69% from 255 or 29.83% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #698BDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698BDE is #967421. Grayscale: #898989. Windows color (decimal): -9860130 or 14584681. OLE color: 14584681.

HSL color Cylindrical-coordinate representation of color #698BDE: hue angle of 222.56º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #698BDE is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 139 222 -
CMYK 0.53 0.37 0 0.13
HSL 222.56º 0.64% 0.64% -
HSV(B) 222.56º 0.53% 0.87% -
XYZ 28.24 26.74 72.78 -
YUV 138.3 175.24 104.25 -
System Red Green Blue C M Y K H S L
Decimal 105 139 222 0.53 0.37 0 0.13 222.56 0.64 0.64
Hex 69 8B DE 35 25 0 D DF 40 40
Octal 151 213 336 65 45 0 15 337 100 100
Binary 1101001 10001011 11011110 110101 100101 0 1101 11011111 1000000 1000000

Color Harmonies of #698BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698BDE

Black with #698BDE

Text Example


Text Example

White with #698BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,139,222); }

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

background-color css

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

 a { background-color: rgb(105,139,222); }

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

border-color css

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

 span { border-color: rgb(105,139,222); }

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