Html Css Color HEX #699ADA Cornflower Blue

📋 copy color: '#699ADA'

red 105 ◦ green 154 ◦ blue 218

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

Shades of Cornflower Blue #699ADA

Tints of Cornflower Blue #699ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.7%

R = 22.01%
G = 32.29%
B = 45.7%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#699ADA (or 0x699ADA) is known color: Cornflower Blue. HEX triplet: 69, 9A and DA. RGB value is (105,154,218). Sum of RGB (Red+Green+Blue) = 105+154+218=477 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.01% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #699ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699ADA is #966525. Grayscale: #929292. Windows color (decimal): -9856294 or 14326377. OLE color: 14326377.

HSL color Cylindrical-coordinate representation of color #699ADA: hue angle of 213.98º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #699ADA is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 154 218 -
CMYK 0.52 0.29 0 0.15
HSL 213.98º 0.6% 0.63% -
HSV(B) 213.98º 0.52% 0.85% -
XYZ 30.04 31.18 70.76 -
YUV 146.65 168.27 98.3 -
System Red Green Blue C M Y K H S L
Decimal 105 154 218 0.52 0.29 0 0.15 213.98 0.6 0.63
Hex 69 9A DA 34 1D 0 F D6 3C 3F
Octal 151 232 332 64 35 0 17 326 74 77
Binary 1101001 10011010 11011010 110100 11101 0 1111 11010110 111100 111111

Color Harmonies of #699ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699ADA

Black with #699ADA

Text Example


Text Example

White with #699ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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