Html Css Color HEX #698BDA Cornflower Blue

📋 copy color: '#698BDA'

red 105 ◦ green 139 ◦ blue 218

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

Shades of Cornflower Blue #698BDA

Tints of Cornflower Blue #698BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.19%

R = 22.73%
G = 30.09%
B = 47.19%

CMYK

 C value IS 0.52

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#698BDA (or 0x698BDA) is known color: Cornflower Blue. HEX triplet: 69, 8B and DA. RGB value is (105,139,218). Sum of RGB (Red+Green+Blue) = 105+139+218=462 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.73% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #698BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698BDA is #967425. Grayscale: #898989. Windows color (decimal): -9860134 or 14322537. OLE color: 14322537.

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

Color convert

RGB 105 139 218 -
CMYK 0.52 0.36 0 0.15
HSL 221.95º 0.6% 0.63% -
HSV(B) 221.95º 0.52% 0.85% -
XYZ 27.71 26.53 69.99 -
YUV 137.84 173.24 104.58 -
System Red Green Blue C M Y K H S L
Decimal 105 139 218 0.52 0.36 0 0.15 221.95 0.6 0.63
Hex 69 8B DA 34 24 0 F DE 3C 3F
Octal 151 213 332 64 44 0 17 336 74 77
Binary 1101001 10001011 11011010 110100 100100 0 1111 11011110 111100 111111

Color Harmonies of #698BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698BDA

Black with #698BDA

Text Example


Text Example

White with #698BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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