Html Css Color HEX #699ADD Cornflower Blue

📋 copy color: '#699ADD'

red 105 ◦ green 154 ◦ blue 221

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

Shades of Cornflower Blue #699ADD

Tints of Cornflower Blue #699ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.08%

 BLUE value IS 221 (86.72% from 255) = 46.04%

R = 21.88%
G = 32.08%
B = 46.04%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#699ADD (or 0x699ADD) is known color: Cornflower Blue. HEX triplet: 69, 9A and DD. RGB value is (105,154,221). Sum of RGB (Red+Green+Blue) = 105+154+221=480 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.88% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #699ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699ADD is #966522. Grayscale: #929292. Windows color (decimal): -9856291 or 14522985. OLE color: 14522985.

HSL color Cylindrical-coordinate representation of color #699ADD: hue angle of 214.66º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #699ADD is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 154 221 -
CMYK 0.52 0.30 0 0.13
HSL 214.66º 0.63% 0.64% -
HSV(B) 214.66º 0.52% 0.87% -
XYZ 30.43 31.33 72.85 -
YUV 146.99 169.77 98.05 -
System Red Green Blue C M Y K H S L
Decimal 105 154 221 0.52 0.30 0 0.13 214.66 0.63 0.64
Hex 69 9A DD 34 1E 0 D D7 3F 40
Octal 151 232 335 64 36 0 15 327 77 100
Binary 1101001 10011010 11011101 110100 11110 0 1101 11010111 111111 1000000

Color Harmonies of #699ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699ADD

Black with #699ADD

Text Example


Text Example

White with #699ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,154,221); }

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

background-color css

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

 a { background-color: rgb(105,154,221); }

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

border-color css

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

 span { border-color: rgb(105,154,221); }

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