Html Css Color HEX #697EDF Cornflower Blue

📋 copy color: '#697EDF'

red 105 ◦ green 126 ◦ blue 223

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

Shades of Cornflower Blue #697EDF

Tints of Cornflower Blue #697EDF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.75%

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

R = 23.13%
G = 27.75%
B = 49.12%

CMYK

 C value IS 0.53

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#697EDF (or 0x697EDF) is known color: Cornflower Blue. HEX triplet: 69, 7E and DF. RGB value is (105,126,223). Sum of RGB (Red+Green+Blue) = 105+126+223=454 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.13% from 454); Green value is 126 (49.61% from 255 or 27.75% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #697EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697EDF is #968120. Grayscale: #828282. Windows color (decimal): -9863457 or 14646889. OLE color: 14646889.

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

Color convert

RGB 105 126 223 -
CMYK 0.53 0.43 0 0.13
HSL 229.32º 0.65% 0.64% -
HSV(B) 229.32º 0.53% 0.87% -
XYZ 26.61 23.25 72.9 -
YUV 130.78 180.04 109.61 -
System Red Green Blue C M Y K H S L
Decimal 105 126 223 0.53 0.43 0 0.13 229.32 0.65 0.64
Hex 69 7E DF 35 2B 0 D E5 41 40
Octal 151 176 337 65 53 0 15 345 101 100
Binary 1101001 1111110 11011111 110101 101011 0 1101 11100101 1000001 1000000

Color Harmonies of #697EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697EDF

Black with #697EDF

Text Example


Text Example

White with #697EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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