Html Css Color HEX #699DDF Cornflower Blue

📋 copy color: '#699DDF'

red 105 ◦ green 157 ◦ blue 223

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

Shades of Cornflower Blue #699DDF

Tints of Cornflower Blue #699DDF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.37%

 BLUE value IS 223 (87.5% from 255) = 45.98%

R = 21.65%
G = 32.37%
B = 45.98%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#699DDF (or 0x699DDF) is known color: Cornflower Blue. HEX triplet: 69, 9D and DF. RGB value is (105,157,223). Sum of RGB (Red+Green+Blue) = 105+157+223=485 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.65% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #699DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699DDF is #966220. Grayscale: #949494. Windows color (decimal): -9855521 or 14654825. OLE color: 14654825.

HSL color Cylindrical-coordinate representation of color #699DDF: hue angle of 213.56º degrees, saturation: 0.65, 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 #699DDF is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 157 223 -
CMYK 0.53 0.30 0 0.13
HSL 213.56º 0.65% 0.64% -
HSV(B) 213.56º 0.53% 0.87% -
XYZ 31.2 32.44 74.43 -
YUV 148.98 169.77 96.63 -
System Red Green Blue C M Y K H S L
Decimal 105 157 223 0.53 0.30 0 0.13 213.56 0.65 0.64
Hex 69 9D DF 35 1E 0 D D6 41 40
Octal 151 235 337 65 36 0 15 326 101 100
Binary 1101001 10011101 11011111 110101 11110 0 1101 11010110 1000001 1000000

Color Harmonies of #699DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699DDF

Black with #699DDF

Text Example


Text Example

White with #699DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,157,223); }

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

background-color css

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

 a { background-color: rgb(105,157,223); }

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

border-color css

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

 span { border-color: rgb(105,157,223); }

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