Html Css Color HEX #697BDB Cornflower Blue

📋 copy color: '#697BDB'

red 105 ◦ green 123 ◦ blue 219

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

Shades of Cornflower Blue #697BDB

Tints of Cornflower Blue #697BDB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.52%

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

R = 23.49%
G = 27.52%
B = 48.99%

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

#697BDB (or 0x697BDB) is known color: Cornflower Blue. HEX triplet: 69, 7B and DB. RGB value is (105,123,219). Sum of RGB (Red+Green+Blue) = 105+123+219=447 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.49% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #697BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697BDB is #968424. Grayscale: #808080. Windows color (decimal): -9864229 or 14383977. OLE color: 14383977.

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

Color convert

RGB 105 123 219 -
CMYK 0.52 0.44 0 0.14
HSL 230.53º 0.61% 0.64% -
HSV(B) 230.53º 0.52% 0.86% -
XYZ 25.69 22.28 69.96 -
YUV 128.56 179.04 111.19 -
System Red Green Blue C M Y K H S L
Decimal 105 123 219 0.52 0.44 0 0.14 230.53 0.61 0.64
Hex 69 7B DB 34 2C 0 E E7 3D 40
Octal 151 173 333 64 54 0 16 347 75 100
Binary 1101001 1111011 11011011 110100 101100 0 1110 11100111 111101 1000000

Color Harmonies of #697BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697BDB

Black with #697BDB

Text Example


Text Example

White with #697BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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