Html Css Color HEX #697ADA Cornflower Blue

📋 copy color: '#697ADA'

red 105 ◦ green 122 ◦ blue 218

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

Shades of Cornflower Blue #697ADA

Tints of Cornflower Blue #697ADA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.42%

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

R = 23.6%
G = 27.42%
B = 48.99%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#697ADA (or 0x697ADA) is known color: Cornflower Blue. HEX triplet: 69, 7A and DA. RGB value is (105,122,218). Sum of RGB (Red+Green+Blue) = 105+122+218=445 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.60% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #697ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697ADA is #968525. Grayscale: #7F7F7F. Windows color (decimal): -9864486 or 14318185. OLE color: 14318185.

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

Color convert

RGB 105 122 218 -
CMYK 0.52 0.44 0 0.15
HSL 230.97º 0.6% 0.63% -
HSV(B) 230.97º 0.52% 0.85% -
XYZ 25.44 21.98 69.23 -
YUV 127.86 178.87 111.69 -
System Red Green Blue C M Y K H S L
Decimal 105 122 218 0.52 0.44 0 0.15 230.97 0.6 0.63
Hex 69 7A DA 34 2C 0 F E7 3C 3F
Octal 151 172 332 64 54 0 17 347 74 77
Binary 1101001 1111010 11011010 110100 101100 0 1111 11100111 111100 111111

Color Harmonies of #697ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697ADA

Black with #697ADA

Text Example


Text Example

White with #697ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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