Html Css Color HEX #699BDB Cornflower Blue

📋 copy color: '#699BDB'

red 105 ◦ green 155 ◦ blue 219

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

Shades of Cornflower Blue #699BDB

Tints of Cornflower Blue #699BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.36%

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

R = 21.92%
G = 32.36%
B = 45.72%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#699BDB (or 0x699BDB) is known color: Cornflower Blue. HEX triplet: 69, 9B and DB. RGB value is (105,155,219). Sum of RGB (Red+Green+Blue) = 105+155+219=479 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.92% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #699BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699BDB is #966424. Grayscale: #939393. Windows color (decimal): -9856037 or 14392169. OLE color: 14392169.

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

Color convert

RGB 105 155 219 -
CMYK 0.52 0.29 0 0.14
HSL 213.68º 0.61% 0.64% -
HSV(B) 213.68º 0.52% 0.86% -
XYZ 30.33 31.56 71.51 -
YUV 147.35 168.44 97.8 -
System Red Green Blue C M Y K H S L
Decimal 105 155 219 0.52 0.29 0 0.14 213.68 0.61 0.64
Hex 69 9B DB 34 1D 0 E D6 3D 40
Octal 151 233 333 64 35 0 16 326 75 100
Binary 1101001 10011011 11011011 110100 11101 0 1110 11010110 111101 1000000

Color Harmonies of #699BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699BDB

Black with #699BDB

Text Example


Text Example

White with #699BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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