Html Css Color HEX #699ADC Cornflower Blue

📋 copy color: '#699ADC'

red 105 ◦ green 154 ◦ blue 220

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

Shades of Cornflower Blue #699ADC

Tints of Cornflower Blue #699ADC

RGB

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

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

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

R = 21.92%
G = 32.15%
B = 45.93%

CMYK

 C value IS 0.52

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#699ADC (or 0x699ADC) is known color: Cornflower Blue. HEX triplet: 69, 9A and DC. RGB value is (105,154,220). Sum of RGB (Red+Green+Blue) = 105+154+220=479 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.92% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #699ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699ADC is #966523. Grayscale: #929292. Windows color (decimal): -9856292 or 14457449. OLE color: 14457449.

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

Color convert

RGB 105 154 220 -
CMYK 0.52 0.3 0 0.14
HSL 214.43º 0.62% 0.64% -
HSV(B) 214.43º 0.52% 0.86% -
XYZ 30.3 31.28 72.15 -
YUV 146.87 169.27 98.13 -
System Red Green Blue C M Y K H S L
Decimal 105 154 220 0.52 0.3 0 0.14 214.43 0.62 0.64
Hex 69 9A DC 34 1E 0 E D6 3E 40
Octal 151 232 334 64 36 0 16 326 76 100
Binary 1101001 10011010 11011100 110100 11110 0 1110 11010110 111110 1000000

Color Harmonies of #699ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699ADC

Black with #699ADC

Text Example


Text Example

White with #699ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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