Html Css Color HEX #697CFA Cornflower Blue

📋 copy color: '#697CFA'

red 105 ◦ green 124 ◦ blue 250

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

Shades of Cornflower Blue #697CFA

Tints of Cornflower Blue #697CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.19%

R = 21.92%
G = 25.89%
B = 52.19%

CMYK

 C value IS 0.58

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#697CFA (or 0x697CFA) is known color: Cornflower Blue. HEX triplet: 69, 7C and FA. RGB value is (105,124,250). Sum of RGB (Red+Green+Blue) = 105+124+250=479 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.92% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #697CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697CFA is #968305. Grayscale: #848484. Windows color (decimal): -9863942 or 16415849. OLE color: 16415849.

HSL color Cylindrical-coordinate representation of color #697CFA: hue angle of 232.14º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #697CFA is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 105 124 250 -
CMYK 0.58 0.50 0 0.02
HSL 232.14º 0.94% 0.7% -
HSV(B) 232.14º 0.58% 0.98% -
XYZ 30.29 24.32 93.54 -
YUV 132.68 194.21 108.25 -
System Red Green Blue C M Y K H S L
Decimal 105 124 250 0.58 0.50 0 0.02 232.14 0.94 0.7
Hex 69 7C FA 3A 32 0 2 E8 5E 46
Octal 151 174 372 72 62 0 2 350 136 106
Binary 1101001 1111100 11111010 111010 110010 0 10 11101000 1011110 1000110

Color Harmonies of #697CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697CFA

Black with #697CFA

Text Example


Text Example

White with #697CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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