Html Css Color HEX #697FEA Cornflower Blue

📋 copy color: '#697FEA'

red 105 ◦ green 127 ◦ blue 234

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

Shades of Cornflower Blue #697FEA

Tints of Cornflower Blue #697FEA

RGB

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

 GREEN value IS 127 (50% from 255) = 27.25%

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

R = 22.53%
G = 27.25%
B = 50.21%

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

#697FEA (or 0x697FEA) is known color: Cornflower Blue. HEX triplet: 69, 7F and EA. RGB value is (105,127,234). Sum of RGB (Red+Green+Blue) = 105+127+234=466 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.53% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #697FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697FEA is #968015. Grayscale: #848484. Windows color (decimal): -9863190 or 15368041. OLE color: 15368041.

HSL color Cylindrical-coordinate representation of color #697FEA: hue angle of 229.77º 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 #697FEA is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 127 234 -
CMYK 0.55 0.46 0 0.08
HSL 229.77º 0.75% 0.66% -
HSV(B) 229.77º 0.55% 0.92% -
XYZ 28.27 24.12 81.01 -
YUV 132.62 185.21 108.3 -
System Red Green Blue C M Y K H S L
Decimal 105 127 234 0.55 0.46 0 0.08 229.77 0.75 0.66
Hex 69 7F EA 37 2E 0 8 E6 4B 42
Octal 151 177 352 67 56 0 10 346 113 102
Binary 1101001 1111111 11101010 110111 101110 0 1000 11100110 1001011 1000010

Color Harmonies of #697FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697FEA

Black with #697FEA

Text Example


Text Example

White with #697FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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