Html Css Color HEX #698ADA Cornflower Blue

📋 copy color: '#698ADA'

red 105 ◦ green 138 ◦ blue 218

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

Shades of Cornflower Blue #698ADA

Tints of Cornflower Blue #698ADA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.93%

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

R = 22.78%
G = 29.93%
B = 47.29%

CMYK

 C value IS 0.52

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#698ADA (or 0x698ADA) is known color: Cornflower Blue. HEX triplet: 69, 8A and DA. RGB value is (105,138,218). Sum of RGB (Red+Green+Blue) = 105+138+218=461 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.78% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #698ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698ADA is #967525. Grayscale: #888888. Windows color (decimal): -9860390 or 14322281. OLE color: 14322281.

HSL color Cylindrical-coordinate representation of color #698ADA: hue angle of 222.48º 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 #698ADA is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 138 218 -
CMYK 0.52 0.37 0 0.15
HSL 222.48º 0.6% 0.63% -
HSV(B) 222.48º 0.52% 0.85% -
XYZ 27.57 26.24 69.94 -
YUV 137.25 173.57 105 -
System Red Green Blue C M Y K H S L
Decimal 105 138 218 0.52 0.37 0 0.15 222.48 0.6 0.63
Hex 69 8A DA 34 25 0 F DE 3C 3F
Octal 151 212 332 64 45 0 17 336 74 77
Binary 1101001 10001010 11011010 110100 100101 0 1111 11011110 111100 111111

Color Harmonies of #698ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698ADA

Black with #698ADA

Text Example


Text Example

White with #698ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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