Html Css Color HEX #697CDB Cornflower Blue

📋 copy color: '#697CDB'

red 105 ◦ green 124 ◦ blue 219

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

Shades of Cornflower Blue #697CDB

Tints of Cornflower Blue #697CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.68%

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

R = 23.44%
G = 27.68%
B = 48.88%

CMYK

 C value IS 0.52

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#697CDB (or 0x697CDB) is known color: Cornflower Blue. HEX triplet: 69, 7C and DB. RGB value is (105,124,219). Sum of RGB (Red+Green+Blue) = 105+124+219=448 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.44% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #697CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697CDB is #968324. Grayscale: #808080. Windows color (decimal): -9863973 or 14384233. OLE color: 14384233.

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

Color convert

RGB 105 124 219 -
CMYK 0.52 0.43 0 0.14
HSL 230º 0.61% 0.64% -
HSV(B) 230º 0.52% 0.86% -
XYZ 25.82 22.53 70.01 -
YUV 129.15 178.71 110.78 -
System Red Green Blue C M Y K H S L
Decimal 105 124 219 0.52 0.43 0 0.14 230 0.61 0.64
Hex 69 7C DB 34 2B 0 E E6 3D 40
Octal 151 174 333 64 53 0 16 346 75 100
Binary 1101001 1111100 11011011 110100 101011 0 1110 11100110 111101 1000000

Color Harmonies of #697CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697CDB

Black with #697CDB

Text Example


Text Example

White with #697CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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