Html Css Color HEX #697CFE Cornflower Blue

📋 copy color: '#697CFE'

red 105 ◦ green 124 ◦ blue 254

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

Shades of Cornflower Blue #697CFE

Tints of Cornflower Blue #697CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.59%

R = 21.74%
G = 25.67%
B = 52.59%

CMYK

 C value IS 0.59

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#697CFE (or 0x697CFE) is known color: Cornflower Blue. HEX triplet: 69, 7C and FE. RGB value is (105,124,254). Sum of RGB (Red+Green+Blue) = 105+124+254=483 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.74% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #697CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697CFE is #968301. Grayscale: #848484. Windows color (decimal): -9863938 or 16677993. OLE color: 16677993.

HSL color Cylindrical-coordinate representation of color #697CFE: hue angle of 232.35º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #697CFE is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 105 124 254 -
CMYK 0.59 0.51 0 0.00
HSL 232.35º 0.99% 0.7% -
HSV(B) 232.35º 0.59% 1% -
XYZ 30.92 24.57 96.88 -
YUV 133.14 196.21 107.93 -
System Red Green Blue C M Y K H S L
Decimal 105 124 254 0.59 0.51 0 0.00 232.35 0.99 0.7
Hex 69 7C FE 3B 33 0 0 E8 63 46
Octal 151 174 376 73 63 0 0 350 143 106
Binary 1101001 1111100 11111110 111011 110011 0 0 11101000 1100011 1000110

Color Harmonies of #697CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697CFE

Black with #697CFE

Text Example


Text Example

White with #697CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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