Html Css Color HEX #699ADE Cornflower Blue

📋 copy color: '#699ADE'

red 105 ◦ green 154 ◦ blue 222

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

Shades of Cornflower Blue #699ADE

Tints of Cornflower Blue #699ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.15%

R = 21.83%
G = 32.02%
B = 46.15%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#699ADE (or 0x699ADE) is known color: Cornflower Blue. HEX triplet: 69, 9A and DE. RGB value is (105,154,222). Sum of RGB (Red+Green+Blue) = 105+154+222=481 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.83% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 222 - color contains mainly: blue. Hex color #699ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699ADE is #966521. Grayscale: #929292. Windows color (decimal): -9856290 or 14588521. OLE color: 14588521.

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

Color convert

RGB 105 154 222 -
CMYK 0.53 0.31 0 0.13
HSL 214.87º 0.64% 0.64% -
HSV(B) 214.87º 0.53% 0.87% -
XYZ 30.57 31.39 73.55 -
YUV 147.1 170.27 97.97 -
System Red Green Blue C M Y K H S L
Decimal 105 154 222 0.53 0.31 0 0.13 214.87 0.64 0.64
Hex 69 9A DE 35 1F 0 D D7 40 40
Octal 151 232 336 65 37 0 15 327 100 100
Binary 1101001 10011010 11011110 110101 11111 0 1101 11010111 1000000 1000000

Color Harmonies of #699ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699ADE

Black with #699ADE

Text Example


Text Example

White with #699ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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