Html Css Color HEX #699BDC Cornflower Blue

📋 copy color: '#699BDC'

red 105 ◦ green 155 ◦ blue 220

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

Shades of Cornflower Blue #699BDC

Tints of Cornflower Blue #699BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.83%

R = 21.88%
G = 32.29%
B = 45.83%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#699BDC (or 0x699BDC) is known color: Cornflower Blue. HEX triplet: 69, 9B and DC. RGB value is (105,155,220). Sum of RGB (Red+Green+Blue) = 105+155+220=480 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.88% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #699BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699BDC is #966423. Grayscale: #939393. Windows color (decimal): -9856036 or 14457705. OLE color: 14457705.

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

Color convert

RGB 105 155 220 -
CMYK 0.52 0.30 0 0.14
HSL 213.91º 0.62% 0.64% -
HSV(B) 213.91º 0.52% 0.86% -
XYZ 30.47 31.61 72.21 -
YUV 147.46 168.94 97.71 -
System Red Green Blue C M Y K H S L
Decimal 105 155 220 0.52 0.30 0 0.14 213.91 0.62 0.64
Hex 69 9B DC 34 1E 0 E D6 3E 40
Octal 151 233 334 64 36 0 16 326 76 100
Binary 1101001 10011011 11011100 110100 11110 0 1110 11010110 111110 1000000

Color Harmonies of #699BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699BDC

Black with #699BDC

Text Example


Text Example

White with #699BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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