Html Css Color HEX #697FEC Cornflower Blue

📋 copy color: '#697FEC'

red 105 ◦ green 127 ◦ blue 236

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

Shades of Cornflower Blue #697FEC

Tints of Cornflower Blue #697FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.43%

R = 22.44%
G = 27.14%
B = 50.43%

CMYK

 C value IS 0.56

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#697FEC (or 0x697FEC) is known color: Cornflower Blue. HEX triplet: 69, 7F and EC. RGB value is (105,127,236). Sum of RGB (Red+Green+Blue) = 105+127+236=468 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.44% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #697FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697FEC is #968013. Grayscale: #848484. Windows color (decimal): -9863188 or 15499113. OLE color: 15499113.

HSL color Cylindrical-coordinate representation of color #697FEC: hue angle of 229.92º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #697FEC is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 127 236 -
CMYK 0.56 0.46 0 0.07
HSL 229.92º 0.78% 0.67% -
HSV(B) 229.92º 0.56% 0.93% -
XYZ 28.56 24.24 82.53 -
YUV 132.85 186.21 108.14 -
System Red Green Blue C M Y K H S L
Decimal 105 127 236 0.56 0.46 0 0.07 229.92 0.78 0.67
Hex 69 7F EC 38 2E 0 7 E6 4E 43
Octal 151 177 354 70 56 0 7 346 116 103
Binary 1101001 1111111 11101100 111000 101110 0 111 11100110 1001110 1000011

Color Harmonies of #697FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697FEC

Black with #697FEC

Text Example


Text Example

White with #697FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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