Html Css Color HEX #697ADB Cornflower Blue

📋 copy color: '#697ADB'

red 105 ◦ green 122 ◦ blue 219

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

Shades of Cornflower Blue #697ADB

Tints of Cornflower Blue #697ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.1%

R = 23.54%
G = 27.35%
B = 49.1%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#697ADB (or 0x697ADB) is known color: Cornflower Blue. HEX triplet: 69, 7A and DB. RGB value is (105,122,219). Sum of RGB (Red+Green+Blue) = 105+122+219=446 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.54% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #697ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697ADB is #968524. Grayscale: #7F7F7F. Windows color (decimal): -9864485 or 14383721. OLE color: 14383721.

HSL color Cylindrical-coordinate representation of color #697ADB: hue angle of 231.05º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #697ADB is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 122 219 -
CMYK 0.52 0.44 0 0.14
HSL 231.05º 0.61% 0.64% -
HSV(B) 231.05º 0.52% 0.86% -
XYZ 25.57 22.04 69.92 -
YUV 127.98 179.37 111.61 -
System Red Green Blue C M Y K H S L
Decimal 105 122 219 0.52 0.44 0 0.14 231.05 0.61 0.64
Hex 69 7A DB 34 2C 0 E E7 3D 40
Octal 151 172 333 64 54 0 16 347 75 100
Binary 1101001 1111010 11011011 110100 101100 0 1110 11100111 111101 1000000

Color Harmonies of #697ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697ADB

Black with #697ADB

Text Example


Text Example

White with #697ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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