Html Css Color HEX #699EDF Cornflower Blue

📋 copy color: '#699EDF'

red 105 ◦ green 158 ◦ blue 223

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

Shades of Cornflower Blue #699EDF

Tints of Cornflower Blue #699EDF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.51%

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

R = 21.6%
G = 32.51%
B = 45.88%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#699EDF (or 0x699EDF) is known color: Cornflower Blue. HEX triplet: 69, 9E and DF. RGB value is (105,158,223). Sum of RGB (Red+Green+Blue) = 105+158+223=486 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.60% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #699EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699EDF is #966120. Grayscale: #959595. Windows color (decimal): -9855265 or 14655081. OLE color: 14655081.

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

Color convert

RGB 105 158 223 -
CMYK 0.53 0.29 0 0.13
HSL 213.05º 0.65% 0.64% -
HSV(B) 213.05º 0.53% 0.87% -
XYZ 31.37 32.78 74.49 -
YUV 149.56 169.44 96.21 -
System Red Green Blue C M Y K H S L
Decimal 105 158 223 0.53 0.29 0 0.13 213.05 0.65 0.64
Hex 69 9E DF 35 1D 0 D D5 41 40
Octal 151 236 337 65 35 0 15 325 101 100
Binary 1101001 10011110 11011111 110101 11101 0 1101 11010101 1000001 1000000

Color Harmonies of #699EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699EDF

Black with #699EDF

Text Example


Text Example

White with #699EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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