Html Css Color HEX #697EEA Cornflower Blue

📋 copy color: '#697EEA'

red 105 ◦ green 126 ◦ blue 234

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

Shades of Cornflower Blue #697EEA

Tints of Cornflower Blue #697EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.32%

R = 22.58%
G = 27.1%
B = 50.32%

CMYK

 C value IS 0.55

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#697EEA (or 0x697EEA) is known color: Cornflower Blue. HEX triplet: 69, 7E and EA. RGB value is (105,126,234). Sum of RGB (Red+Green+Blue) = 105+126+234=465 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.58% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #697EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697EEA is #968115. Grayscale: #838383. Windows color (decimal): -9863446 or 15367785. OLE color: 15367785.

HSL color Cylindrical-coordinate representation of color #697EEA: hue angle of 230.23º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #697EEA is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 126 234 -
CMYK 0.55 0.46 0 0.08
HSL 230.23º 0.75% 0.66% -
HSV(B) 230.23º 0.55% 0.92% -
XYZ 28.14 23.87 80.97 -
YUV 132.03 185.54 108.72 -
System Red Green Blue C M Y K H S L
Decimal 105 126 234 0.55 0.46 0 0.08 230.23 0.75 0.66
Hex 69 7E EA 37 2E 0 8 E6 4B 42
Octal 151 176 352 67 56 0 10 346 113 102
Binary 1101001 1111110 11101010 110111 101110 0 1000 11100110 1001011 1000010

Color Harmonies of #697EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697EEA

Black with #697EEA

Text Example


Text Example

White with #697EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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