Html Css Color HEX #699CDB Cornflower Blue

📋 copy color: '#699CDB'

red 105 ◦ green 156 ◦ blue 219

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

Shades of Cornflower Blue #699CDB

Tints of Cornflower Blue #699CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.5%

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

R = 21.88%
G = 32.5%
B = 45.63%

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

#699CDB (or 0x699CDB) is known color: Cornflower Blue. HEX triplet: 69, 9C and DB. RGB value is (105,156,219). Sum of RGB (Red+Green+Blue) = 105+156+219=480 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.88% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #699CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699CDB is #966324. Grayscale: #939393. Windows color (decimal): -9855781 or 14392425. OLE color: 14392425.

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

Color convert

RGB 105 156 219 -
CMYK 0.52 0.29 0 0.14
HSL 213.16º 0.61% 0.64% -
HSV(B) 213.16º 0.52% 0.86% -
XYZ 30.5 31.89 71.57 -
YUV 147.93 168.1 97.38 -
System Red Green Blue C M Y K H S L
Decimal 105 156 219 0.52 0.29 0 0.14 213.16 0.61 0.64
Hex 69 9C DB 34 1D 0 E D5 3D 40
Octal 151 234 333 64 35 0 16 325 75 100
Binary 1101001 10011100 11011011 110100 11101 0 1110 11010101 111101 1000000

Color Harmonies of #699CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699CDB

Black with #699CDB

Text Example


Text Example

White with #699CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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