Html Css Color HEX #697EE1 Cornflower Blue

📋 copy color: '#697EE1'

red 105 ◦ green 126 ◦ blue 225

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

Shades of Cornflower Blue #697EE1

Tints of Cornflower Blue #697EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 49.34%

R = 23.03%
G = 27.63%
B = 49.34%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#697EE1 (or 0x697EE1) is known color: Cornflower Blue. HEX triplet: 69, 7E and E1. RGB value is (105,126,225). Sum of RGB (Red+Green+Blue) = 105+126+225=456 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.03% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 225 (88.28% from 255 or 49.34% from 456); Max value from RGB is 225 - color contains mainly: blue. Hex color #697EE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697EE1 is #96811E. Grayscale: #828282. Windows color (decimal): -9863455 or 14777961. OLE color: 14777961.

HSL color Cylindrical-coordinate representation of color #697EE1: hue angle of 229.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #697EE1 is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 105 126 225 -
CMYK 0.53 0.44 0 0.12
HSL 229.5º 0.67% 0.65% -
HSV(B) 229.5º 0.53% 0.88% -
XYZ 26.88 23.36 74.33 -
YUV 131.01 181.04 109.45 -
System Red Green Blue C M Y K H S L
Decimal 105 126 225 0.53 0.44 0 0.12 229.5 0.67 0.65
Hex 69 7E E1 35 2C 0 C E6 43 41
Octal 151 176 341 65 54 0 14 346 103 101
Binary 1101001 1111110 11100001 110101 101100 0 1100 11100110 1000011 1000001

Color Harmonies of #697EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697EE1

Black with #697EE1

Text Example


Text Example

White with #697EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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