Html Css Color HEX #697CEC Cornflower Blue

📋 copy color: '#697CEC'

red 105 ◦ green 124 ◦ blue 236

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

Shades of Cornflower Blue #697CEC

Tints of Cornflower Blue #697CEC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.67%

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

R = 22.58%
G = 26.67%
B = 50.75%

CMYK

 C value IS 0.56

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#697CEC (or 0x697CEC) is known color: Cornflower Blue. HEX triplet: 69, 7C and EC. RGB value is (105,124,236). Sum of RGB (Red+Green+Blue) = 105+124+236=465 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.58% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #697CEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697CEC is #968313. Grayscale: #828282. Windows color (decimal): -9863956 or 15498345. OLE color: 15498345.

HSL color Cylindrical-coordinate representation of color #697CEC: hue angle of 231.3º 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 #697CEC is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 124 236 -
CMYK 0.56 0.47 0 0.07
HSL 231.3º 0.78% 0.67% -
HSV(B) 231.3º 0.56% 0.93% -
XYZ 28.17 23.47 82.4 -
YUV 131.09 187.21 109.39 -
System Red Green Blue C M Y K H S L
Decimal 105 124 236 0.56 0.47 0 0.07 231.3 0.78 0.67
Hex 69 7C EC 38 2F 0 7 E7 4E 43
Octal 151 174 354 70 57 0 7 347 116 103
Binary 1101001 1111100 11101100 111000 101111 0 111 11100111 1001110 1000011

Color Harmonies of #697CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697CEC

Black with #697CEC

Text Example


Text Example

White with #697CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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