Html Css Color HEX #697EDD Cornflower Blue

📋 copy color: '#697EDD'

red 105 ◦ green 126 ◦ blue 221

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

Shades of Cornflower Blue #697EDD

Tints of Cornflower Blue #697EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.89%

R = 23.23%
G = 27.88%
B = 48.89%

CMYK

 C value IS 0.52

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#697EDD (or 0x697EDD) is known color: Cornflower Blue. HEX triplet: 69, 7E and DD. RGB value is (105,126,221). Sum of RGB (Red+Green+Blue) = 105+126+221=452 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.23% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #697EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697EDD is #968122. Grayscale: #828282. Windows color (decimal): -9863459 or 14515817. OLE color: 14515817.

HSL color Cylindrical-coordinate representation of color #697EDD: hue angle of 229.14º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #697EDD is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 126 221 -
CMYK 0.52 0.43 0 0.13
HSL 229.14º 0.63% 0.64% -
HSV(B) 229.14º 0.52% 0.87% -
XYZ 26.34 23.15 71.49 -
YUV 130.55 179.04 109.78 -
System Red Green Blue C M Y K H S L
Decimal 105 126 221 0.52 0.43 0 0.13 229.14 0.63 0.64
Hex 69 7E DD 34 2B 0 D E5 3F 40
Octal 151 176 335 64 53 0 15 345 77 100
Binary 1101001 1111110 11011101 110100 101011 0 1101 11100101 111111 1000000

Color Harmonies of #697EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697EDD

Black with #697EDD

Text Example


Text Example

White with #697EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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