Html Css Color HEX #698CDD Cornflower Blue

📋 copy color: '#698CDD'

red 105 ◦ green 140 ◦ blue 221

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

Shades of Cornflower Blue #698CDD

Tints of Cornflower Blue #698CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.42%

R = 22.53%
G = 30.04%
B = 47.42%

CMYK

 C value IS 0.52

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#698CDD (or 0x698CDD) is known color: Cornflower Blue. HEX triplet: 69, 8C and DD. RGB value is (105,140,221). Sum of RGB (Red+Green+Blue) = 105+140+221=466 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.53% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #698CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698CDD is #967322. Grayscale: #8A8A8A. Windows color (decimal): -9859875 or 14519401. OLE color: 14519401.

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

Color convert

RGB 105 140 221 -
CMYK 0.52 0.37 0 0.13
HSL 221.9º 0.63% 0.64% -
HSV(B) 221.9º 0.52% 0.87% -
XYZ 28.25 26.98 72.13 -
YUV 138.77 174.4 103.91 -
System Red Green Blue C M Y K H S L
Decimal 105 140 221 0.52 0.37 0 0.13 221.9 0.63 0.64
Hex 69 8C DD 34 25 0 D DE 3F 40
Octal 151 214 335 64 45 0 15 336 77 100
Binary 1101001 10001100 11011101 110100 100101 0 1101 11011110 111111 1000000

Color Harmonies of #698CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698CDD

Black with #698CDD

Text Example


Text Example

White with #698CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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